Coder Bits and Pieces
Showing posts with label
unix find
.
Show all posts
Showing posts with label
unix find
.
Show all posts
Friday, September 3, 2010
Unix find with Unix grep
Try ...
find . | grep -v svn | grep "\.tex"
... to find all
.tex
files recursively.
There options to do this directly in
find
.
But the calling syntax for grep comes more easily to the fingers.
Note the double quotes and the backslash in
"\.tex"
.
Thursday, May 22, 2008
Very basic Unix find
find . -name line-styles.ly
Older Posts
Home
Subscribe to:
Posts (Atom)