tail
| Function | Last N lines of a page body, or of stdin (pipe). Default N is 10. |
| Options | tail, tail N, tail -n N, with a page PATH or piped input. |
| Limitations | A bare tail with no path and no pipe reports a missing operand. |
Examples
Section titled “Examples”$ tail ./page1$ ls | tail 2$ cat ./page1 | tail -n 5