Quote:
Originally Posted by
research3
pls post more details!
exp: file currently
cat file
result ....
should be
cat file | ... commands ....
result......
You just got a
UUOC Award.
Remember, whenever you're doing
cat foo | something, you should do
something <foo instead to save your computer the trouble of launching an extra process and doing umpteen pointless extra reads and writes.