Created
October 4, 2016 14:30
-
-
Save kkirsche/da48d1b88271da0405d64abc6575e40e to your computer and use it in GitHub Desktop.
Grep for pattern in file(s)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| 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