Posts Tagged ‘Zip’

Apr
21
2009

Gunzip, Bunzip, Unzip with tar

Bunzip, Unzip

To bunzip a folder, use the command

$ tar jcvf dump.tar.bz folder/

Transfer the file to the location of your choice. For e.g. /tmp and issue the following command to unzip

[/tmp] $ tar -jxvf dump.tar.bz
(more…)

  • Share/Save/Bookmark