Skip to content

Instantly share code, notes, and snippets.

@connrs
Created July 14, 2010 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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