On Tue, 14 Mar 2000,  Karthik Vishwanath wrote about,  Difference:
> What is the difference between 
> ls -lF | grep -e d* and grep -e d* | ls -lF ? 

There is basicly no difference, because you are grepping for nothing, a
single char as in the above example will not work.

> Where can I find docs on things such as these? 

man grep
info grep

> 
> Thanks,
> -Karthik.
> 

-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to