Search Results

Search: Posts Made By: sarika
8,551
Posted By sarika
invoke the shell script using . XXXX.ksh(to...
invoke the shell script using . XXXX.ksh(to execute it in the current shell). Give space after the "."
Then you can use
status=$?
if [ $status -eq 0 ]
then
echo "Invoked script is successful"...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 06:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy