Skip to content

Instantly share code, notes, and snippets.

@cgrusden
Last active August 29, 2015 14:09
Show Gist options
  • Save cgrusden/f822cab2e406de8c6b8d to your computer and use it in GitHub Desktop.
Save cgrusden/f822cab2e406de8c6b8d to your computer and use it in GitHub Desktop.
Commandline commands that are awesome
$ find $(rvm gemdir) -name *.css | xargs grep html
ls -l app/controllers/*.rb | awk '{printf "Fix/Review %s\r\n", $9}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment