Skip to content

tail: --pid doesn't work when reading from stdin #6543

@rrconkle

Description

@rrconkle

tail --pid doesn't work when reading from stdin

sleep 5 & tail --pid=$! -f /dev/null #works fine
sleep 5 & tail --pid=$! -f </dev/null #closes immediately

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