Link to home
Start Free TrialLog in
Avatar of aldoll
aldoll

asked on

Unzip in linux

Hi
Haw i cant zip and unzip files.
I download zip files and i don't know if i need a program for compres and uncompress files for linux
ASKER CERTIFIED SOLUTION
Avatar of marcelofr
marcelofr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of olvo
olvo

You can use gzip, normally it is in all Linux installation, and it recognizes many different
compression algorithms.
gzip <filename> - compress
gzip -dn <filename> - uncompress