-
-
Save madsonic/052b91cafebd8162397f257dfd5bc60e to your computer and use it in GitHub Desktop.
grep
This file contains 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
# search for pattern in given path | |
# -r recursive | |
# -n line number | |
# -H print file name | |
# -I ignore binary | |
grep -rnHI '<regex>' <file/dir> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment