|
trouble with find command in bash
hey..
was trying to find a string in the sorce directory of oo.org
a suggested command was
find -name '*.src' -exec grep -Hn "blah blah"{}\;
the shell gives me an errot saying...something like
-exec arguments not found...
or something to the same effect.
any idea nyone>
dj
Last edited by vrdhananjay; 10-30-2004 at 04:35 AM.
|