dudplus
10-16-2002, 01:54 PM
Im writing a script that cannot be aborted by users.
I´ve done something like this
trap "exit" 2 3
But CTRL+D or CTRL+Z stops the script anyway.
How can I trap all stopping signals to my script?
Thanks in advance.
I´ve done something like this
trap "exit" 2 3
But CTRL+D or CTRL+Z stops the script anyway.
How can I trap all stopping signals to my script?
Thanks in advance.