script help

Dave Ihnat dihnat at dminet.com
Mon Dec 1 23:44:34 UTC 2008


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




More information about the fedora-list mailing list