mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #170] Feature request: Show logs from beginning #117
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tux-84 on GitHub (Jul 11, 2019).
Original GitHub issue: https://github.com/mthenw/frontail/issues/170
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).
@mthenw commented on GitHub (Jul 21, 2019):
It should be possible with
-n +1.man tail:Looks like there is a bug and it doesn't work. I'm gonna fix it.