Answers for "linux zip to gzip"

6

how to decompress gzip file in linux

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

unzip zip linux on specific folder

unzip /path/to/file.zip -d temp_for_zip_extract
Posted by: Guest on April-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language