Skip to content

Instantly share code, notes, and snippets.

@atduskgreg
Created January 15, 2009 02:28
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 atduskgreg/47230 to your computer and use it in GitHub Desktop.
Save atduskgreg/47230 to your computer and use it in GitHub Desktop.
echo "editing "`gem which $1 | tail -n 1 | awk -F/ 'BEGIN { OFS="/" } {print $1, $2, $3, $4, $5, $6, $7, $8, $9}'`
mate `gem which $1 | tail -n 1 | awk -F/ 'BEGIN { OFS="/" } {print $1, $2, $3, $4, $5, $6, $7, $8, $9}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment