Gzip

From Wiki
Revision as of 10:18, 3 August 2009 by 10.0.7.14 (talk)
Jump to navigation Jump to search

go to Main Page, Computational Resources, Information & Help, Linux & Unix


gzip is a software application used for file compression. gzip is short for GNU zip; the program is a free software replacement for the compress program used in early Unix systems, intended for use by the GNU Project.

  • to compress: gzip namefile

For a more effective compression use gzip -9 namefile

  • to decompress: gunzip namefile