SYNTAX

    tail [options] <file_name>


OPTIONS

-h (--help) bool

Display help.

-f (--follow) bool

Print new lines as the file grows.

-n (--lines) int

The number of lines to be printed (rather than the default 10).


ARGUMENTS

<file_name>

The name of the file to be tailed. [filename]


DESCRIPTION

Print the last portion of the specified file to the console.


COPYRIGHT

Copyright (c) 2005-2010 Accenture. All rights reserved.