bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Does Bash 5.1 block SIGINT until here-document is ready?


From: Oğuz
Subject: Does Bash 5.1 block SIGINT until here-document is ready?
Date: Sat, 12 Dec 2020 13:54:05 +0300

In Bash 5.1, Ctrl-C doesn't interrupt the command below. The only way out I
guess is to stop it Ctrl-Z and run `kill %%`, but that's really too much
work.

    cat <<!
    `sleep 10`
    !

This isn't reproducible with Bash 5.0 or Bash 4.4.

Oğuz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]