Answers for "xz uncompress .tar file"

2

uncompress tar.xz linux

tar -xvf file_name.tar.xz
Posted by: Guest on April-07-2021
-1

unzip .tar.xz

compress : tar cfJ file.tar.xz myFile

decompress : tar -xJf file.tar.xz
Posted by: Guest on April-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language