Answers for "unzip file using command centos command"

1

unzip centos

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

unzip command in linux

unzip file.zip -d destination_folder
Posted by: Guest on February-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language