Re: commande tar

Pàgina inicial

Reply to this message
Autor: guilde.nt
Data:  
A: guilde
CC: guilde
Assumpte: Re: commande tar
>jusqu'à maintenant je fais:
>
>- tar cvzfP toto.tar.gz /tata


cd /path/to/alpha && tar cvzf ../alpha.tgz .

>et la personne qui reçoit toto.tar.gz fait
>
>- tar xzvfP toto.tar.gz


mkdir beta && cd beta && tar xvzf ../alpha.tgz