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

Toadfarm::Command::tail - Tail the toadfarm log file

DESCRIPTION

Toadfarm::Command::tail is a command for tailing the log file used by the Toadfarm application.

SYNOPSIS

  $ /path/to/script.pl tail
  $ /path/to/script.pl tail -n 10 -f -q

The tail command will start tailig from the end of file. Any options passed after the "tail" command will issue tail to be started instead, with the given arguments.

ATTRIBUTES

description

Short description of command, used for the command list.

METHODS

run

Run command.

COPYRIGHT AND LICENSE

Copyright (C) 2014, Jan Henning Thorsen

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.

AUTHOR

Jan Henning Thorsen - jhthorsen@cpan.org