Answers for "ubuntu tar zip file"

5

how to zip with tar command

tar -czvf archive.tar.gz stuff
Posted by: Guest on March-11-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