2007/10/26

find and execute recursive

the following command is equal.
grep -rEHn *sv*

find . -exec grep -EHn *sv* {} \;

No comments: