grep:basic_usage
This is an old revision of the document!
Grep - Basic usage
Assuming a file exists with the following contents:
boot book booze machine boots bungie bark aardvark broken$tuff robots
Simple search
grep "boo" filename
returns:
boot book booze boots
NOTE: grep prints out every line that contains the word boo.
grep/basic_usage.1598093197.txt.gz · Last modified: 2020/08/22 10:46 by 192.168.1.1