Monday, 11 November 2013

Write a command that will find all text files in a directory such that it does not contain the word “amazing” in any form (that is, it must include the words Amazing, AMAZING, or aMAZINg)

grep –vi amazing *.txt

No comments: