Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!wuarchive!decwrl!crltrx!decvax!testmax!evans From: evans@testmax.ZK3.DEC.COM (Marc Evans Ultrix Q/A) Newsgroups: comp.unix.questions Subject: Re: Recursive copy Message-ID: <6079@decvax.dec.com> Date: 4 Dec 89 13:13:53 GMT References: <2569CAFE.12050@ateng.com> <21495@adm.BRL.MIL> Sender: news@decvax.dec.com Reply-To: evans@testmax.ZK3.DEC.COM (Marc Evans Ultrix Q/A) Organization: Synergytics Lines: 16 I can think of a couple of different ways to solve your problem. Option 1: cd $directory_to_copy cpio -padvm . $target_directory_name Option 2: cd $directory_to_copy tar cf - | (cd $target_directory_name && tar xvf -) ========================================================================== Marc Evans - WB1GRH - evans@decvax.DEC.COM | Synergytics (603)893-8481 Unix/X-window Software Contractor | 3 Koper Ln, Pelham, NH 03076 ==========================================================================