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

NAME

ttytime - calculate length of ttyrec files

SYNOPSIS

  ttytime [-c <delay_clamp>] <ttyrec_files>

DESCRIPTION

Outputs the length in seconds of each ttyrec file given as input. For instance:

  $ ttytime *.ttyrec
     1234 foo.ttyrec
    23425 bar.ttyrec

OPTIONS

--clamp (-c)

Set the maximum delay between any two frames in the ttyrec. If unset, there is no maximum.

AUTHOR

Jesse Luehrs <doy at tozt dot net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Jesse Luehrs.

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