Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux unzip command

After installing the unzip utility, if you want to extract to a particular destination folder, you can use:

unzip file.zip -d destination_folder

If the source and destination directories are the same, you can simply do:

unzip file.zip
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #linux #unzip #command
ADD COMMENT
Topic
Name
7+6 =