Hello, On Fri, 03 Oct 2008, shiva kumar wrote: > Which option in the find or grep command to search the exact string > in the file?
grep -F 'exact search string' file This will work if your string does not contain the ' character. Regards, Kapil. -- _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
