Skip to content

Instantly share code, notes, and snippets.

@begin29
Last active February 24, 2017 08:10
Show Gist options
  • Save begin29/768347674ba7aeb6b7308d7dbadb214e to your computer and use it in GitHub Desktop.
Save begin29/768347674ba7aeb6b7308d7dbadb214e to your computer and use it in GitHub Desktop.
grep useful functions
# search `pattern name` recursivelly from current folder
# only in css files
grep --include=\*.css -rnw ./ -e "pattern name"
# search word error
grep -i error /var/log/kern.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment