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

NAME

buffer

VERSION

version 0.01

SYNOPSYS

cat | buffer
buffer < somefile
buffer | someCommand
buffer | tee writtenFile | someCommand

DESCRIPTION

Reads the whole input then write into STDOUT. Probably useful at copy/paste operation.

TODO

Probably some useful options should be carefully selected and implemented to this command.