Recursion without -R
Stefan Hauser
etienne at accsys.ccs.imp.com
Sat Aug 18 09:51:52 AEST 1990
In article <13595 at ulysses.att.com> swfc at ulysses.att.com (Shu-Wie F Chen) writes:
>In article <494 at llnl.LLNL.GOV>, rjshaw at ramius.ocf.llnl.gov (Robert Shaw)
>writes:
>|>What are some quick tricks for getting programs like chmod and chown to
>|>descend into all subdirectories? Programs without a -R option, that is.
>>find . -print | xargs chown foo
how about :
find . -exec chown foo {} \;
i think that should work on all systems, or not ?
stefan
--
Stefan Hauser | CH-Sargans | EMAIL : etienne at accsys.ccs.imp.com
More information about the Comp.unix.questions
mailing list