Answers for "linux gzip unpack"

6

how to decompress gzip file in linux

gunzip -k file.gz
Posted by: Guest on September-25-2020
20

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