I have a script that executes several commands. And there is one that I want to verify if it has failed and if so, show a message and finish.
In bash I would use $?
What do I have to use in csh?
I have a script that executes several commands. And there is one that I want to verify if it has failed and if so, show a message and finish.
In bash I would use $?
What do I have to use in csh?