sometimes, grep alone is enough to do the task
April 14th, 2009 mysurface
One thing that makes UNIXes command line so powerful is because of pipelines. Pipelines is a set of processes chained by their standard streams, so that the output of each process (stdout) feeds directly as input (stdin) of the next one. Simple words, pipelines pass the outcomes of a particular command as input to another [...]
Posted in grep, Text Manipulation | Hits: 185516 | 2 Comments »






