xe - eXtract Everything!
Copyright (c) 2002 Markus Gaugusch <xe@gaugusch.at>

About
=====

XE is a little tool, to replace the various commands needed to exctract 
different types of archives. No more tar xzvf - tar xjvf - tar xIvf - 
unzip - gunzip - which one was it?! Let xe do the work!

Just do
xe archive.tar.gz
or
xe archive.tar.bz
etc! 

XE is only a little bash script, and should work on every distro and platform.

Supported file formats
======================

XE autodetects and supports the following file formats:

* tar.gz, tgz
* tar.gz, tgz
* tar.bz2, tbz, tb2
* zip
* gz
* bz2
* src.rpm 

Download
========

The latest version can be found at http://gaugusch.at/xe/

