Skip to content

Instantly share code, notes, and snippets.

@connrs
Created July 14, 2010 20:43
Show Gist options
  • Save connrs/476037 to your computer and use it in GitHub Desktop.
Save connrs/476037 to your computer and use it in GitHub Desktop.
// List all Google Docs without the URI
g docs list | sed -E 's/(.*),[^,]*/\1/g;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment