Last active
August 29, 2015 14:09
-
-
Save cgrusden/f822cab2e406de8c6b8d to your computer and use it in GitHub Desktop.
Commandline commands that are awesome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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