NAME

tpb.pl - Progress Viewer

SYNOPSIS

tpb.pl [OPTION]... [[-i] FILE]...

DESCRIPTION

Concatenate input to output with progress bar 

OPTIONS

-n, --name        <string>     name of progress (useful when nesting multiple instances of tpb.pl)
-s, --size        <integer>    size of input in bytes (ignored when not reading STDIN)
-t, --type        <string>     'raw' (simple byte count and timing) or 'tpb' (Term::ProgressBar::Simple) ('tpb')
-i, --input       <string>     input filename                           (STDIN)
-o, --output      <string>     output filename                          (STDOUT)
-e, --error       <string>     output error filename                    (STDERR)
    --verbose     [integer]    print increasingly verbose error messages
    --quiet                    print no diagnostic or warning messages
    --version                  print current version
    --license                  print author's contact and copyright information
    --help                     print this information
    --manual                   print the plain old documentation page

VERSION

0.0.1

REVISION

$Rev: $:
$Author: $:
$Date: $:
$HeadURL: $:
$Id: $:

AUTHOR

Pedro Silva <pedros@berkeley.edu/>
Zilberman Lab <http://dzlab.pmb.berkeley.edu/>
Plant and Microbial Biology Department
College of Natural Resources
University of California, Berkeley

COPYRIGHT

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 this program. If not, see <http://www.gnu.org/licenses/>.