grep

grep is a Unix utility for finding text withing a file.

Finding a pattern in all files under the current directory recursively.

grep -rin ”<expression>” *

For how to use expression, see Regular Expressions

 
grep.txt · Last modified: 2009/04/21 09:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki