mthenw/frontail

Feature request: Show logs from beginning

jzielke84 opened this issue · 1 comments

A nice feature would be to make frontail start from the first line of a logfile rather than entering a high number (e.g. -n 99999).

It should be possible with -n +1.

man tail:

Numbers having a leading plus (`+') sign are relative to the beginning of the input, for example, ``-n +2'' starts the display at the second line of the input.

Looks like there is a bug and it doesn't work. I'm gonna fix it.