13.2 One Argument with a cat Isn't EnoughWhat's wrong with this command line?
As Tom Christiansen wrote in a Usenet article:
That command line only uses
cat
to feed the file to the standard
input of
tr
.
It's a lot more efficient to have the shell do the redirection for you
with its
% - , |
|