On Wednesday 11 April 2007, [EMAIL PROTECTED] wrote:
> Is there a way to clear a directory with such a command (keeping the owner
> and permissions of the folder)?
>
> Yes there are the obvious ones:
> cd /home/me/another_dir && rm *
> rm /home/me/another_dir/* // if cant traverse here
>
> But something that doesn't rely on the shell.
cd /some/dir && find . -delete

Cheers, Pieter
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to