The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

    tarflat - Unpack tarfiles and put their content flat in a single directory

SYNOPSIS

    tarflat target_dir tarfile ...

OPTIONS

-h

Prints this manual page in text format.

-v

Prints the script version.

DESCRIPTION

tarflat

EXAMPLES

      # Unpack foo.tgz and bar.tgz and store all of their files
      # (anywhere in the directory hierarchy) in the directory
      # /tmp/junk.
  $ mkdir /tmp/junk
  $ tarflat /tmp/junk foo.tgz bar.tgz

LEGALESE

Copyright 2005 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

2005, Mike Schilli <cpan@perlmeister.com>