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
:-) /dev/null

