Post History
Inspired by https://software.codidact.com/posts/294883 , I had a look at shell scripting (bash). I have little experience there as I prefer (long) one-liners. For trap there is some kind of wildc...
#1: Initial revision
trap ... ERR, how to get the signal code?
Inspired by https://software.codidact.com/posts/294883 , I had a look at shell scripting (bash). I have little experience there as I prefer (_long_) one-liners. For `trap` there is some kind of wildcard, `ERR`. How to get the actual signal code?
