Dave's Brain

Browse - computer tips - linux compression

Date: 2007nov2
OS: Linux
Level: Beginner

Q.  What are the Linux compression commands?

A.  You can use:

	Creating	Extracting	Purpose
	--------	----------	-------

	gzip		gunzip		Good compression
	zip		unzip		Windows compatible compression
	bzip2		bunzip2		Great compression for big files
	compress	uncompress	Obsolete

   See man pages for more info

Add a comment

Sign in to add a comment
Copyright © 2008, dave - Code on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License.