oradbakar
Showing posts with label
grep file name containing one or more different strings
.
Show all posts
Showing posts with label
grep file name containing one or more different strings
.
Show all posts
Wednesday, September 29, 2010
How to find name of file containing two or more different strings?
ls | xargs grep -l 'UPDATE TAB1\|WHERE ID=1\|DELETE TAB1\|WHERE ID=10' *.sql
Older Posts
Home
Subscribe to:
Posts (Atom)