Tagged Questions
7
votes
1answer
670 views
confirmed exit using trap
I am trying to trap the Ctrl+C signal asking a confirmation from the user. The trapping part works fine. But once the signal gets trapped, it does not return to the normal execution. Instead, it quits ...