Answers for "how to unzip a tar file in mac"

1

extract tar.gz mac command line

tar -xzvf myfile.tar.gz
Posted by: Guest on February-02-2021
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