Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!lll-lcc!ptsfa!jmc
From: jmc@ptsfa.UUCP (Jerry Carlin)
Newsgroups: comp.unix.questions
Subject: Re: Sys V does not have a recursive copy cmd...
Message-ID: <1964@ptsfa.UUCP>
Date: Sat, 20-Dec-86 15:23:36 EST
Article-I.D.: ptsfa.1964
Posted: Sat Dec 20 15:23:36 1986
Date-Received: Sat, 20-Dec-86 22:01:46 EST
References: <1269@cadovax.UUCP>
Reply-To: jmc@ptsfa.UUCP (Jerry Carlin)
Organization: Pacific * Bell, San Ramon, CA
Lines: 12

In article <1269@cadovax.UUCP> mitchell@cadovax.UUCP (Mitchell Lerner) writes:
>
>... System V does not have a cp that does recursive copies...

Try "find . -print|cpio -pduvm /foo/bar/...".

You can do a LOT with "find -print|foobar" and "find -print|xargs" types
of commands.

-- 
voice= 415 823-2441
uucp={ihnp4,dual,qantel}!ptsfa!jmc