怎么解压tar.lz,好长时间了,哪位大神知道?
闭关修行中......
Try this?
targz().extract('/bkp/backup.tar.gz', '/home/myuser', function(err){ if(err) console.log('Something is wrong ', err.stack); console.log('Job done!'); });
Watch tar.gz
7-zip seems to work
Use lzip to decompress under Linux, lzip -d file.lz. . Essentially, it is a compressed file. You should use common decompression software under Windows to decompress it.
Try this?
Watch tar.gz
7-zip seems to work
Use lzip to decompress under Linux, lzip -d file.lz. . Essentially, it is a compressed file. You should use common decompression software under Windows to decompress it.