Skip to content

Instantly share code, notes, and snippets.

@jshaw
Created May 28, 2013 15:01
Show Gist options
  • Save jshaw/5663392 to your computer and use it in GitHub Desktop.
Save jshaw/5663392 to your computer and use it in GitHub Desktop.
terminal command references
Grep
==========
grep -ir "some_string" some_directory
grep -ir --include=*.less "some_string" some_directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment