uu_tail 0.0.19

tail ~ (uutils) display the last lines of input
Documentation
1
2
3
4
5
6
7
8
9
10
11
# tail

```
tail [FLAG]... [FILE]...
```

Print the last 10 lines of each FILE to standard output.
With more than one FILE, precede each with a header giving the file name.
With no FILE, or when FILE is -, read standard input.

Mandatory arguments to long flags are mandatory for short flags too.