Saturday, August 24, 2013

grep utilities

how to omit some text in your search

http://droptips.com/using-grep-to-exclude-lines-containing-certain-characterstext

how to search recursively in a directory:

grep -r --include "*.txt" texthere .
 
http://stackoverflow.com/questions/1987926/how-do-i-grep-recursively 

No comments:

Post a Comment