Stephen King wrote:

> What is the echo command that returns a 0 if the previous command ran
> correctly?

echo $? will return the return code of the previously run command.  0 if
successful.


Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to