gunzip

Usage: gunzip [OPTION]... FILE

Uncompress FILE (or stdin if FILE is '-').

Options:

			-c	Write output to standard output
			-t	Test compressed file integrity
		

Example:

			$ ls -la /tmp/BusyBox*
			-rw-rw-r--    1 andersen andersen   557009 Apr 11 10:55 /tmp/BusyBox-0.43.tar.gz
			$ gunzip /tmp/BusyBox-0.43.tar.gz
			$ ls -la /tmp/BusyBox*
			-rw-rw-r--    1 andersen andersen  1761280 Apr 14 17:47 /tmp/BusyBox-0.43.tar