Linux.com

Little Mistake.

Posted by: Anonymous Coward on August 01, 2005 06:50 PM
grep expression *.html

This command searches all files in the current directory for the word "expression."

No, it searches all files in the current directoy ending with ".html".

#

Return to CLI Magic: Regular expressions and metacharacters