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

NAME

roll - rotate input stream into pieces automatically, and write down to file

SYNOPSIS

    $ roll [option]

Example:

    $ /usr/sbin/tcpdump | roll -f /tmp/dump

Options:

    -f --file        write file path *require*
    -a --age         number of rotate age [default:5]
    -i --interval    file rolling interval(sec) [default:60]
    -t --through     write down and through STDIN
    -nr --no-rotate  never rotate output

    -v --version     show version
    -h --help        show help

AUTHOR

Dai Okabayashi <bayashi@cpan.org>

SEE ALSO

App::Rolling

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.