Hi Friends,
We have a application "getstatus" which needs to run on application prompt.
But it is not working with shell script.
Example:
Script , which is not working:
----------------------------------
We have a application "getstatus" which needs to run on application prompt.
But it is not working with shell script.
Example:
Code:
Unix Root Prompt#
execute "crp" to go to application prompt
CRP>getstatus
displays output of app health
CRP>exit
Unix Root Prompt#
----------------------------------
Code:
cat script.sh
CRP
getstatus
exit
Moderator's Comments: | ||
|