Skip to content

Instantly share code, notes, and snippets.

@goddoe
Last active July 4, 2018 08:20
Show Gist options
  • Save goddoe/2fb023effa5455cb7aa31ee385bb77f7 to your computer and use it in GitHub Desktop.
Save goddoe/2fb023effa5455cb7aa31ee385bb77f7 to your computer and use it in GitHub Desktop.
search_from_files
# -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