Answers for "how to extract tar.xz file in linux command line"

11

extract tar.xz ubuntu

tar -xf file.tar.xz
Posted by: Guest on November-30-2019
2

uncompress tar.xz linux

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

Code answers related to "how to extract tar.xz file in linux command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language