Make the xxx part of the following command the file name
Command to compress to zip file
zip -r xxxx.zip directory
Zip file decompression command
unzip xxx.zip
Recommended Posts