The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.