welcome: please sign in
UnTar

untar

Concept

A unix commandline utility for extracting all kinds of tarballs/files into the current directory (or a supplied directory) with minimal hassle.

Examples

 untar file.tar.gz 

 untar http://kernel.org/pub/stuff/linux-3.9.69.tar.bz2 

 untar file.rar 

 untar file.zip /tmp 

Features

Most tarballs contain all the files in a subdirectory within the tar so that you can extract it into the current directory. Rarely, however, they don't do this! Evil bastards! In cases like this, you end up with your directory polluted with junk that you have to manually sort out. One feature will be to detect whether all the files in the archive are in their own directory, and if they're not, create a directory for them (based on the archive's name).

Current status: COMPELTE!

You can download it here:

UnTar (last edited 2010-04-24 09:29:39 by localhost)