|
Thanks for the solution
It worked
I am just wondering whether the ; at the end of if (if [ ];then ) is necessary or notthe reason why I was asking is it worked with out ; and with ; so just wondering is there anything that I am missing if I don't keep the ; at the end of if
Is there any difference between
if [ ];then
fi
and
if [ ]
then
fi
Thanks in advance
Pinky
|