Mike Schilli's Friendly Neighborhood Perl Shop

Home
USArundbrief.com
Resume
CPAN Modules
Articles in English
Articles in German
Mike's Script Archive
English-Japanese Translation Trainer
Adventures with O'Reilly's Safari
10 Easy Steps to Become a California Driver
Unofficial perlmonks.com IRC Channel
My Collection of Outage Pages
Prisma (Computer Club Deutschland)
Mike's Monologues
Mike's Script Archive: untar

untar - Smart tar file exploder


NAME

    untar - Smart tar file exploder


DOWNLOAD

untar


SYNOPSIS

    untar tarfile.tgz


DESCRIPTION

untar smartly unpacks tar files. Instead of just calling tar (z)xfv tarfile, just use untar tarfile, and untar will take care of

  • Tar files not containing a single top-level directory, but a plethora of files and directories instead, which will clutter up the directory you're unpacking it in. If untar detects that a tarfile doesn't contain a single top-level directory, it will create one, following the naming convention of the tarfile.

  • Compressed and non-compressed tarfiles


DEPENDENCIES

untar uses Sysadm::Install from CPAN. Install it before using untar.


EXAMPLES

  $ untar tarfile.tgz


LEGALESE

Copyright 2004 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

2004, Mike Schilli <cpan@perlmeister.com>


Latest update: 20-Oct-2013