Answers for "create tar file on mac terminal"

0

create tar file on mac terminal

tar -cvzf linuximage.tar.gz linuximage
Posted by: Guest on April-08-2022
0

create tar file on mac terminal

#uncompress tar file on mac and linux
tar -xvzf linuximage.tar.gz
Posted by: Guest on April-08-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language