As we all know, pressing Control-c in bash can send SIGINT to the foreground program, but I want to know is there a way to configure bash or readline(inputrc) to send SIGUSR1 to the foreground program when I press Control-s ?
Asked
Active
Viewed 140 times