|
|
|
|
|
by a3_nm
5072 days ago
|
|
ack-grep is a good tool to grep through files. grep is more than that. When I need to grep in a pipeline, I probably don't want ack-grep's bells and whistles. One example of a useful feature of grep: "grep --line-buffered" to grep with no buffering in a pipeline. |
|