Scripting help

Robert Huff roberthuff at rcn.com
Thu May 12 10:43:00 PDT 2005


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



More information about the freebsd-questions mailing list