Hi
I need to find out the signal name for a signal number. For example, for the number 15, to get the string SIGTERM.
I use [tt]Bash[/tt], and I'm interested in solutions other then using an array. ( Handmade, or generated from [tt]kill -l[/tt] or [tt]trap -l[/tt] output. )
Feherke.
I need to find out the signal name for a signal number. For example, for the number 15, to get the string SIGTERM.
I use [tt]Bash[/tt], and I'm interested in solutions other then using an array. ( Handmade, or generated from [tt]kill -l[/tt] or [tt]trap -l[/tt] output. )
Feherke.