Skip to content

tail

FunctionLast N lines of a page body, or of stdin (pipe). Default N is 10.
Optionstail, tail N, tail -n N, with a page PATH or piped input.
LimitationsA bare tail with no path and no pipe reports a missing operand.
$ tail ./page1
$ ls | tail 2
$ cat ./page1 | tail -n 5