Linux: unzip

Trabla: use 'unzip' to unarchive file

Solving:

For example:
Exist directory /home/ubuntu/
and archive myarchive.zip

If unzip is not installed use command to install:
sudo apt-get install unzip

To unzip archive in current directory use
unzip myarchive

Result:
/home/ubuntu/myarchive/..

No comments:

Post a Comment