Skip to content

Instantly share code, notes, and snippets.

@kkirsche
Created October 4, 2016 14:30
Show Gist options
  • Select an option

  • Save kkirsche/da48d1b88271da0405d64abc6575e40e to your computer and use it in GitHub Desktop.

Select an option

Save kkirsche/da48d1b88271da0405d64abc6575e40e to your computer and use it in GitHub Desktop.
Grep for pattern in file(s)
#
sudo grep -rni --exclude-dir={proc,boot,sys} "searchingfor" /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment