Answers for "mac unzips tar files automatically"

6

how to unzip using tar

tar -xf archive.tar.gz
Posted by: Guest on March-28-2020
0

make zip file using tar mac

tar czf archive_folder_name.tar.gz folder_to_copy
Posted by: Guest on March-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language