Monthly Archives: July 2016

trapping SIGINT, SIGQUIT in asynchronous tasks

Scattered in bash documentation lies the truth about SIGINT and SIGQUIT signals being mysteriously ignored and non-trappable in background processes. This has puzzled many, and will probably continue to do so. Traps Here's my try to unveil the terrible truth. …

Read more »