Date: Mon, 17 Dec 2001 14:31:57 +0300 From: Igor Roboul <igorr@sysadm.stc> To: freebsd-questions@freebsd.org Subject: Re: /bin/sh script to walk through a filetree? [shell, example, file, directory, tree] Message-ID: <20011217143157.A61209@sysadm.stc> In-Reply-To: <20011217122028.K21241@xs4all.nl>; from rene@xs4all.nl on Mon, Dec 17, 2001 at 12:20:28PM %2B0100 References: <20011217122028.K21241@xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 17, 2001 at 12:20:28PM +0100, rene@xs4all.nl wrote: > Hi. I need to do 'something' with all or some files in a directory tree. Can > someone perhaps point me to a skeleton example that shows me how to walk > recursively through a filetree, listing all files/directories in it? Use "find". For more information use "man find" at shell prompt. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011217143157.A61209>