Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2005 13:38:29 -0400
From:      Robert Huff <roberthuff@rcn.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: Scripting help
Message-ID:  <17027.38037.109481.185895@jerusalem.litteratus.org>
In-Reply-To: <20050512172827.GA18666@slackbox.xs4all.nl>
References:  <42838801.1000507@makeworld.com> <20050512172827.GA18666@slackbox.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17027.38037.109481.185895>