Tag Archives: grep command

How to Search Inside a Text File for Patterns?

The locate command searches the names of files and directories, but it can’t search inside those files. To do that, you use grep. grep is a command line text search utility originally written for Unix. The grep command searches files … Continue reading

Share
Posted in Linux How to | Tagged , , , , , , , , | Leave a comment