Re: ctrl z question
it is in a script, and the ctrl z is disabled by the command however I
was hoping that when
a ctrl-z was entered a message would be displayed. The previous poster
had me thinking
that job control plays a role
#!/bin/bash
trap "echo You\'re trying to Control-z me" SIGTSTP
|