On 1:51pm, Suresh Kumar Subramanian wrote:

> cat * | grep "text"

Useless use of CAT :)

Use recursive (-r) option of Grep command:
grep -r "text"  /prog

Bye :)
-- 
Bharathi S


_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to