Created
December 10, 2013 16:39
-
-
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
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
grep "help" *.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment