Bash Script

Andrew Kelly akelly at corisweb.org
Wed Jul 11 07:27:50 UTC 2007


On Tue, 2007-07-10 at 19:46 -0500, John Pierce wrote:
> Thanks, for all of the suggestions.  I have been reading man find and xargs.

I'm curious, why pipe to xargs when find can handle things itself?
$ find /path -type f -exec chmod ugo-x {} \;

Andy




More information about the fedora-list mailing list