- Forums
- Linux Commands
- How To You Open A .gzip File?
This Page Contains information about How To You Open A .gzip File? By Webune in category Linux Commands with 0 Replies. [797], Last Updated: Mon Jun 24, 2024
Webune
Sat Apr 18, 2009
0 Comments
419 Visits
today i was asked how to open a gzip file
well, if you have a linux server all you have to do to open it or uncompress the file inside, is this command:
lets say i have a file called webune.gzip
gunzip webune.gzip
easy huh