Some interesting ways to use grep to shorten your command lines. Not to be confused with efficiency ;)
Read more »Using grep and sed to find and replace
http://searchenterpriselinux.techtarget.com –
This article covers two beneficial Linux tools, grep and sed. If searching for or handling text, grep and sed can increase your efficiency with Linux bash scripting and configuration files. We'll learn how to use these commands and get some helpful tips, too.
Read more »Finding files Part 2 - By Content
http://fosswire.com –
Yesterday’s post detailed how you can find files by their name, permissions, time, or other descriptors. But you probably also want to be able to find files based on what is inside them. Grep is a tool that picks up where find left off, and can search inside files (though cannot do the same things that find can).
Read more »






