Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!usc!ucsd!ucbvax!ulysses!swfc From: swfc@ulysses.att.com (Shu-Wie F Chen) Newsgroups: comp.unix.questions Subject: Re: Recursion without -R Keywords: recursion Message-ID: <13595@ulysses.att.com> Date: 14 Aug 90 20:31:40 GMT References: <494@llnl.LLNL.GOV> Sender: netnews@ulysses.att.com Reply-To: swfc@ulysses.att.com (Shu-Wie F Chen) Organization: AT&T Bell Labs Lines: 16 In article <494@llnl.LLNL.GOV>, rjshaw@ramius.ocf.llnl.gov (Robert Shaw) writes: |>Hi. |> |>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 Of course, this only works if you have xargs, which is from System V and is also available on SunOS in their System V software installation option. *swfc