linux - What is the difference between cat source.txt | grep x and grep x source.txt? -
this question has answer here:
- difference between grep vs cat , grep 4 answers
i saw example 1 did this:
cat source.txt | grep but like:
grep source.txt what's difference between two?
the first 1 classical “useless use of cat” (uuoc).
Comments
Post a Comment