mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #51] older versions of tail don't support the -F flag #33
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#33
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 @jordanglassman on GitHub (Jul 20, 2015).
Original GitHub issue: https://github.com/mthenw/frontail/issues/51
From the newer, v2.1 tail docs:
Recommendation is to use
--follow=name --retryvice-Fto support these versions, if practicable.@mthenw commented on GitHub (Jul 21, 2015):
I guess that this is some kind of
tailversion for Windows, isn't it?@jordanglassman commented on GitHub (Jul 21, 2015):
This binary came from the msysgit distribution, which contains Windows ports of various unix tools that appears to come from GNU:
Compare to CentOS 7:
@mthenw commented on GitHub (Jul 21, 2015):
Well, I generally don't want to do something specific for Windows and instead of that I'm planning to remove dependency to system binary and use node tail implementation. It's reported https://github.com/mthenw/frontail/issues/38.
@ChristianWilkie commented on GitHub (Sep 15, 2015):
FYI, for anyone with this issue I installed Git for Windows 2.5.2 with the installer option to include Unix tools on my path and it seems to include a newer tail that supports
-F.@mthenw commented on GitHub (Sep 15, 2015):
Thanks @ChristianWilkie :)