orchid-hybrid / un

uncompressor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

un

The un tool is a universal uncompressor. The idea is that you invoke it like this:

un myarchive.whatever

and it will work out which decompression tool to use and create an invocation line for it.

  • It will be careful not to let lots of files splay out in your current directory, putting them into a their own directory (unless the archive contains a single file or directory itself).

  • It tests the processes exit code to determine whether extraction failed or not.

About

uncompressor

License:GNU General Public License v2.0


Languages

Language:Scheme 93.0%Language:Makefile 7.0%