Skip to content

tac: yes ""|tac - file should show content of file without SIGPIPE #9594

@oech3

Description

@oech3
$  echo -e "1\n2\n3" > /tmp/3
$ yes ""|gnu-tac - /tmp/3
gnu-tac: /tmp/cutmpBYd5Ra: write error: Disk quota exceeded
3
2
1
$ yes ""|uu-tac - /tmp/3
fish: Process 1544, 'uu-tac' from job 1, 'yes ""|uu-tac - /tmp/3' terminated by signal SIGKILL (Forced quit)

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