Roland Smith writes: > Finding files is done (unsurprisingly) with find. E.g. to find all .c > files under the current directory do: > > find . -name *.c
I believe
find . -name "*.c"
is prefered, so the wildcard doesn't get mangled by the shell.
Robert Huff
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
