This is a very simple program to unpack archives generated by the Unix
TAR program or equivalent. It has not been extensively tested, but should
work for most, if not all, TAR files.
CLI calling format:
UnTar <TAR-file>
where TAR-file is the TAR file to extract. Files are extracted to the
current directory.
|