Search Results

Search: Posts Made By: kdipankar
2,072
Posted By kdipankar
confusion with export
Hi,
I have written the following two scripts.

a.ksh --->

FPATH=/users/kushard
autoload b
b
echo "From a.ksh::" $aa

b --->

function b
{
typeset aa
aa="TRUE."
echo "From b::" $aa...
19,613
Posted By kdipankar
Thanks
Hi,
Now its working fine.


regards,
Dipankar.
19,613
Posted By kdipankar
checking exit status of a shell script
Hi,
I have tried with the following code;

if [ ./test.ksh ];then
echo "Failure."
else
echo "Success."
fi

to test the exit status of the test.ksh shell script. But whatever is the...
Showing results 1 to 3 of 3

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