ultrix man page for tail

Query: tail

OS: ultrix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

tail(1) 						      General Commands Manual							   tail(1)

Name
       tail - print lines from file

Syntax
       tail [ +-[number][lbcr] ] [ file ]

       tail [ +-[number][lbcf] ] [ file ]

Description
       The command copies the named file to the standard output beginning at a designated place.  If no file is named, the standard input is used.

       Copying	begins	at  distance  +number  from the beginning, or -number from the end of the input.  The number is counted in units of lines,
       blocks or characters, according to the appended option l, b or c.  When no units are specified, counting is by lines.

       Specifying r causes to print lines from the end of the file in reverse order.  The default for r is to print  the  entire  file	this  way.
       Specifying f causes not to quit at end of file , but rather to reread the file repeatedly.

Restrictions
       The results of the command are unpredictable with character special files.

See Also
       dd(1)

																	   tail(1)
Related Man Pages
tail(1) - redhat
tail(1) - freebsd
tail(1) - suse
tail(1) - opendarwin
tail(1) - osf1
Similar Topics in the Unix Linux Community
Help with cut and tail
Question about details for the whole machine
How do i use tail & grep in real time here??
How to tail sed and awk in one line?
NTP synchronised problem in our Centos 7.6 node