Sunday, February 8, 2015

how to extract zip file in linux

Use unzip command:


Code:
unzip file.zip
many time unzip is not installed by default so install it before using it, use rpm or apt-get/yum command to install unzip

No comments:

Post a Comment