Answers for "different between tar and zip"

5

how to zip with tar command

tar -czvf archive.tar.gz stuff
Posted by: Guest on March-11-2020
0

compress directory with tar and bzip2

tar -cf file.tar dir && bzip2 file.tar
Posted by: Guest on November-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language