[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interrupting scripts with asynchronous subprocesses
From: |
Yuri Kanivetsky |
Subject: |
Re: Interrupting scripts with asynchronous subprocesses |
Date: |
Sun, 30 Jun 2024 16:05:28 +0300 |
Let me add this. Apparently bash tries to implement WCE behavior in
terms of this article:
https://www.cons.org/cracauer/sigint.html
The question is I guess, why do subprocesses inherit a SIGINT handler
in some cases, and don't in other ones? What are these cases?
Regards,
Yuri