Szy wrote:

> I have a file(a package) about 10MB and named as *.tar.bz2
>
> I can't unzip it can u help me to unzip it?

bzip2 -d file.tar.bz2; tar -xvf file.tar

Kevin


-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to