| Posted by Colin McKinnon on 06/28/05 11:33 
Zeeshan wrote:
 > Hi Everybody,
 >
 > I want to search the filename recursively for "this is the code
 > original" using linux command grep or ls or any other
 >
 > Result should be as follows:
 > FilenamePath and Linenumber in the file
 >
 >
 > Please let me know urgently
 >
 
 So when is your homework/assignment due in?
 
 try
 man grep
 and
 man find
 
 C.
 [Back to original message] |