grep is one of the most powerful commands in the unix based systems. In this article you can see some basics of it. Searching a pattern in a single file You can easily search for exact phrase in a file. For example we will search for the word fail in /var/log/message: tequila ~ # grep […]