Skip to content

Instantly share code, notes, and snippets.

@joelbyler
Created November 7, 2012 19:32
Show Gist options
  • Save joelbyler/4033839 to your computer and use it in GitHub Desktop.
Save joelbyler/4033839 to your computer and use it in GitHub Desktop.
cool commands (at least I think they're cool)
# Find 'after_' in all files with a .rb file extension on OSX
find . -name *.rb | xargs grep "after_"
# kill all isntances of iexplorer.exe on windows
taskkill /f /im "iexplore.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment