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

NAME

unrotate - reads lines from log using Log::Unrotate and given pos file

VERSION

version 1.31

SYNOPSIS

unrotate [-n 5] [-c] file.pos [file.log]

  options:
    -i              print all info about posfile
    -c              commit position file before exit
    -n LIMIT        read only LIMIT lines

DESCRIPTION

This script reads lines from log associated with given position file and prints them to stdout.

AUTHORS

Andrei Mishchenko druxa@yandex-team.ru, Vyacheslav Matjukhin mmcleric@yandex-team.ru.

COPYRIGHT

Copyright (c) 2006-2010 Yandex LTD. All rights reserved.

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

See <http://www.perl.com/perl/misc/Artistic.html>

SEE ALSO

Log::Unrotate