ubuntu unzip file
// install
sudo apt install zip unzip
// zip
zip -r example.zip original_folder
// unzip
unzip file.zip -d destination_folder
ubuntu unzip file
// install
sudo apt install zip unzip
// zip
zip -r example.zip original_folder
// unzip
unzip file.zip -d destination_folder
terminal unzip
sudo apt-get install unzip
unzip file.zip
ubuntu unzip zip
unzip file.zip -d destination_folder
unzip linux syntax
# basic command
unzip filename.zip
# Use the following options to modify how the base unzip command works:
-d /path/to/extact/location: Unzip an archive to a different directory.
-j: Unzip without creating new folders, if the zipped archive contains a folder structure.
-l: Lists the contents of an archive file without extracting it.
-n: Do not overwrite existing files; supply an alternative filename instead.
-o: Overwrite files, if relevant.
-P password: Supplies a password to unzip a protected archive file.
-q: Unzips without writing status messages to the standard output.
-t: Tests whether an archive file is valid.
-v: Displays detailed (verbose) information about the archive without extracting it.
-x filename: Extract the archive but do not extract the specified files.
unzip ubuntu
unzip zipped_file.zip -d unzipped_directory
unzip mac terminal
unzip zipname.zip
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us