Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 348 Bytes

zip-command-encryption.md

File metadata and controls

15 lines (9 loc) · 348 Bytes

Zip a directory with encryption

zip -er {{ZIP_FILE_NAME}} {{DIRECTORY_PATH}}

  • ZIP_FILE_NAME: Filename for new zipped file
  • DIRECTORY_PATH: Directory relative/absolute path, which needs to be zipped

Example:

zip -er ak-cli.zip /ak-cli

Related