Scott: Try the 'find' command. Something like:
find . -type f -name yyyy -print
should do the trick.
-dan.
On Tue, 25 Feb 2003, Scott Koos wrote:
> Hi All,
>
> Dumb question on grep, I'm trying to find if a file exists and the path
> to it. ls -laR | grep yyyyy shows me the yyyyy file exists, is there a way
> to show the path to the file also.
>
> Thanks in advance,
> Scott
>
