Skip to main content

13.3) "grep" Example


If you want to search this file using grep to isolate all lines with a ‘5’ then type:

grep 5 file7

This will produce output:

1       4       5
3       4       5
34      4       56