Quantcast
Channel: unix – ASGAUR
Viewing all articles
Browse latest Browse all 11

Unzip files in particular directory or folder under Linux or UNIX

$
0
0

Syntax:
unzip {.zip-file-name}-d {/path/to/extract}

For example extract package.zip into /opt, enter:
# unzip 10_Recommended.zip -d /10_Recommended-29-May-2013/
# cd /10_Recommended-29-May-2013/
# ls


Viewing all articles
Browse latest Browse all 11

Trending Articles