I will leave it as a memo.
zip -m -j "Full path of compressed file" "Full path of the file to be compressed"
# -m Optional: Delete the original file to be compressed.
# -j Option: Compress the target file alone. (If this option is not available, it will be compressed with the file structure included.)
that's all.
Recommended Posts