Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created April 15, 2013 03:13
Show Gist options
  • Save yuuichi-fujioka/5385445 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/5385445 to your computer and use it in GitHub Desktop.
grepいろいろ
# or
grep -e hogehoge -e fugafuga
# not
grep -v hogehoge
# ext
grep hoge --include="*.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment