0

How to unzip with specific directory

Hai....

how to extract zip file with specific directory name...! if any one know the command please give me solution....

Zip Add a comment
aiden
asked Sep 16 2017

Answer

0

hai Aiden..... you can use -d options with unzip command. like bellow,

# unzip  <zipfilename>.zip  -d  /path/name
# unzip example.zip -d /opt/zip-dir/
Add a comment
piraisudanrajendran
asked Sep 18 2017
edited Oct 05 2018
Post your Answer