Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 457 Bytes

unzip-command.md

File metadata and controls

18 lines (10 loc) · 457 Bytes

Unzip a zip file

unzip {{ZIP_FILE_NAME}} -d {{DESTINATION_PATH}}

  • ZIP_FILE_NAME: Filename of the zip file, which needs to be unzipped
  • DIRECTORY_PATH: Destination path of the folder, where unzipped files needs to be stored

Example:

unzip ak-cli.zip -d ak-cli

Zip Command

Related