blob: 44c23005b71c3cb70833474cb2a77b86804238bd [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 xtail <-|+#> <file>
3 or
4 xtail <-|+#> (when reading from a pipe)
5
6DESCRIPTION
7 xtail prints the last part of a given file; It reads from a pipe
8 if no file is given.
9
10EXAMPLES
11 xtail -10 workroom.c prints the last 10 lines of the file workroom.c.
12 xtail +10 workroom.c prints all lines of workroom.c beginning at line 10.