Sayed, Irfan (Irfan) wrote:
Hi All,
I am executing following command ` $MT chreplica`; I need to find out wheather this command is executing properly or not. If it's executing properly then i need to print the message saying that
" command executed successfully"
Can anybody please help me. Regards
Irfan.

The exit status of the command will be in $?

So check this one to get the result.

On success return 0 and for the failure some non-zero value

---
Prabu.M.A

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to