I sometimes get confused by the varying command line options I need to run common Unix archiving and compression software (e.g. gzip, bzip2, zip, tar).
Is there a program out there that can just Do What I Mean for common cases? For example:
program --compress --gzip foobar
program --extract foobar.tar.bz2
program --extract foo.zip