Tag: grep

Better Way to find Process ID of an Application in Linux

A better way to get the process id of an application. I recommend giving an alias for this command… ps…

Searching text in a directory using find and grep

Use find and grep to search for a specific text in a directory. In this example, we search for files…