Day: December 18, 2007

Recursive Grep

Recursively check a folder to find the given text using grep grep -R “text” *

Using M4 Command

This command takes an input file and substitutes strings inside it with the parameters passed, similar to substituting for variables….