Skip to content

tail: -v option isn't working correctly #7613

@karlmcdowall

Description

@karlmcdowall

The following differs between GNU and Rust...

$ echo foo > f
$ tail -v < f

GNU output...

==> standard input <==
foo

Rust output...

foo

I did a bit of sleuthing on this... The test case for this was disabled back in 2022 here.

I'm going to fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions