Answers for "unzip"

1

unzip centos

$ sudo yum makecache
$ sudo yum install unzip
$ unzip app.zip
Posted by: Guest on December-02-2020
3

unzip ubuntu

unzip zipped_file.zip -d unzipped_directory
Posted by: Guest on September-17-2020
2

unzip

unzip Name.zip
Posted by: Guest on June-12-2021
1

zip file

zip newzipfile.zip file1.txt file2.txt
Posted by: Guest on July-02-2020

Browse Popular Code Answers by Language