Skip to content

Instantly share code, notes, and snippets.

@luisuribe
Created November 5, 2009 16:59
Show Gist options
  • Save luisuribe/227201 to your computer and use it in GitHub Desktop.
Save luisuribe/227201 to your computer and use it in GitHub Desktop.
grep shortcuts
// Find strings on file
egrep --color '^string1|^string2' file
// Another grep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment