Does anyone know how to set an exit status without printing it out (like exit(2) would do). I'm using PHP in the command line.
Thanks in advance,
David A
can't you use @ to silent a command? I don't know if that works on the command line.
I think @ just covers error messages, so this won't work. Thanks though.
Any other advice?