On Sunday, August 31, 2025, Maria <[email protected]> wrote: > Bash exiting early with an exit code > indicating a signal using nothing but a command line does not > sound like expected behavior to me. >
What else should happen instead? echo is a shell builtin, when its write end is a broken pipe, the shell performing it receives a signal. There is nothing unexpected about this. Are you saying an interactive shell should handle signals gracefully when it's executing builtin commands? -- Oğuz
