$ 0 0 Usually, it is checked in unix/linux at the end ..something like this sample after logging off: CR=$? if [ $CR -ne 0 ] then echo " failed" else echo "Passed" fi Inside we can use .OS command to execute OS command. Also you can check notify.
Usually, it is checked in unix/linux at the end ..something like this sample after logging off:
CR=$?
if [ $CR -ne 0 ]
then
echo " failed"
else
echo "Passed"
fi
Inside we can use .OS command to execute OS command. Also you can check notify.