cpio/afio writing directories?

Johan Vromans jv at mhres.mh.nl
Sun Jun 5 23:41:21 AEST 1988


>From article <23 at libove.UUCP>, by root at libove.UUCP (The Super User):
> 
> I'm using afio (operationally very like cpio, for those who've never
> seen afio; if you use cpio and don't have afio, get afio!) ...
                                                  ^^^^^^^^
Where & how?

> My question: How do I tell afio/cpio that 
> 
> % echo '/x /y /z' | afio -o
> 
> means /x /y /z and all subfiles also?

Use 'find' instead of echo:

 % find /x /y /x -print | afio -o

See find(1).

-- 
Johan Vromans                              | jv at mh.nl via European backbone
Multihouse N.V., Gouda, the Netherlands    | uucp: ..{uunet!}mcvax!mh.nl!jv
"It is better to light a candle than to curse the darkness"



More information about the Comp.unix.questions mailing list