I saw an example where some one did this:
cat source.txt | grep a
But I always do it like:
grep a source.txt
What's the difference between the two?
I saw an example where some one did this:
cat source.txt | grep a
But I always do it like:
grep a source.txt
What's the difference between the two?