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

This software is copyright (c) 2005 of Mike Schilli.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Archive-Tar-Wrapper. If not, see http://www.gnu.org/licenses/.

AUTHOR

2005, Mike Schilli <cpan@perlmeister.com>

MAINTAINER

2018, Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br>