| 7.1 Linux Advanced Text Processing Tools | ||
| Learn advanced Linux commands | ||
|
grep
filter Search content of text files for matching patterns. It is definitely worth learning at least the basics of this command. A simple example. The command: will search all the files in the current working directory (except files starting with a dot) and print the lines which contain the string "my_word". Next > Back to "Learn Linux Commands"
|
||

