M.V.Johnson wrote:
> What is the easiest way to search a text file for the line "CLASS IC"

$ grep -q 'CLASS IC' mytextfile && echo 'Found it!'

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to