General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Paul Frederick
Computerphile
comments
Comments by "Paul Frederick" (@1pcfred) on "Where GREP Came From - Computerphile" video.
Why are you doing that? Just operate on the file. grep <string> <file>
1
@ivbit grep reads files by itself. So you do not have to pipe grep from cat. grep something filename works fine.
1
@ivbit there's always things to learn. The shell is a many splendored thing.
1