Skip to content

Instantly share code, notes, and snippets.

@kyoheiyazawa
Created December 11, 2018 15:03
Show Gist options
  • Save kyoheiyazawa/101c5c7435417c69b02f8b68dd52db91 to your computer and use it in GitHub Desktop.
Save kyoheiyazawa/101c5c7435417c69b02f8b68dd52db91 to your computer and use it in GitHub Desktop.
Grep - exclude comments
$ grep --color=always -rn 'stuff/stuff' | grep -v "#"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment