On Wed, Oct 31, 2001 at 09:42:59AM +0100, /dev/null wrote:
> On Wed, Oct 31, 2001 at 01:02:47AM +0100, Giuliano Grandin wrote:
> > 2.6 Moving directories between filesystems. Alan Cox,
> > [EMAIL PROTECTED]
> >
> >
> > Quick way to move an entire tree of files from one disk to
> > another
> >
> >
> > (cd /source/directory && tar cf - . ) | (cd /dest/directory && tar xvfp
> > -)
> Ohmygosh!
> Comunque ne ho vista una ancora pi� fuori di testa:
> # mkfifo /tmp/tubo
> # cd /source/directory
> # tar cf /tmp/tubo . &
> # cd /dest/directory
> # tar xf /tmp/tubo
aaaaaaAAA!!!!
cd /
find . -print|cpio -pdmu /dir/destinazione/
>
> :-)
>
> /dev/null
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]