I didn't quite understand your question. If your question is, can I search for a particular phrase inside several text files using grep, yes you can.
And you have mentioned the code in your mail itself. Let's say I want to look in all txt files in a folder if it contains the word "hello", then you can do this, grep hello *.txt -- Anoop Jacob Thomas -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
