Answers for "ubuntu .tar extract"

7

extract tar.gz ubuntu terminal

tar -xvf yourfile.tar.gz
Posted by: Guest on June-13-2020
1

ubuntu download and extract tar

sudo wget -c "$tarDownloadLink" -O - | sudo tar -xz -C ./where-to-extract
Posted by: Guest on January-10-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language