| #
1.1 |
|
01-Oct-2017 |
maya |
Add arguments to tail: -q: suppress filename headers when multiple files are used -v: print filename headers even when only one file is used
head already supports the same arguments, which originated in GNU head. GNU tail also has the same flags.
Add tac, a hard link to 'tail -rq'. Prints a file in reverse line order.
Similar to GNU tac, but lacking any options.
Add accompanying documentation.
|