Skip to content

Instantly share code, notes, and snippets.

@michaelminter
Created December 10, 2013 16:39
Show Gist options
  • Save michaelminter/7893713 to your computer and use it in GitHub Desktop.
Save michaelminter/7893713 to your computer and use it in GitHub Desktop.
One of the easiest methods of locating text contained within a file on a computer running Linux is to use the grep command. Below is a basic example of a command used to locate any html file containing the word help. # linux mac command line find
grep "help" *.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment