Skip to content

tail -F not working as expected #39

@hksdpc255

Description

@hksdpc255

My understanding is that tail -F should reprint the entire contents of a file from the beginning when the file is recreated. The current behavior does not appear to do this:

Terminal 1

$ tail -F testfile.txt
abc
ghi

Terminal 2

$ echo abc > testfile.txt
$ echo def > testfile.txt
$ echo ghi >> testfile.txt

Expected terminal 1

$ tail -F testfile.txt
abc
def
ghi

I am not sure whether this is an issue with this project or with an upstream component. Additionally, I am running Chimera Linux from within a Podman container on Fedora 42 Silverblue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions