Cat and grep in linux command
How to simplify this command in linux consisting of cat piped to a grep.
cat foo*.txt | grep cow
and i was told that this is the wrong way to do this, why is that?
How to simplify this command in linux consisting of cat piped to a grep.
cat foo*.txt | grep cow
and i was told that this is the wrong way to do this, why is that?
No comments:
Post a Comment