Manuel (R)ex Sanna wrote:
> Ya wrote this:
>
> ##>
> ##>un file che finisce con tar.bz2.gz
> ##>come si estrae
>
> 1) gunzip file.gz
> 2) ...
> 3) man tar [ perche' non me lo ricordo ...;o) ]
>
> Domani te lo scrivo meglio...
> Promesso.
>
> (R)ex
>
1) gunzip file.bz2.gz
2) bunzip2 file.bz2
oppure
bzip2 -d file.bz2