On Mon, Dec 01, 2008 at 04:22:16PM -0500, Bill Davidsen wrote: > That won't work if filenames contain blanks, something I fight daily. For blanks, do something like "find . -name "*log" -exec rm -fr "{}" \; Of course, that's assuming the name pattern is what you want. You can also specify if you want only files, only directories, or both. -- Dave Ihnat -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines