DEV Community

Discussion on: Basic UNIX commands

Collapse
 
krishraghuram profile image
krishraghuram

grep is awesome way to search for stuff.

Particularly when combined with | operator to chain stuff.

For example, ls | grep my_file.txt