Last active
July 4, 2018 08:20
-
-
Save goddoe/2fb023effa5455cb7aa31ee385bb77f7 to your computer and use it in GitHub Desktop.
search_from_files
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
# -H: Always print filename headers with output lines. | |
# -I: Ignore binary file. | |
# -r: Recursively search subdirectories listed. | |
grep -H -I -r 'what_you_search' * | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment