Helllo guys,
i am not able to concate teh strings evn though i got lots of explaination reagding that in intrnet
my problem is that..
i read a value from a console and concat that with other strings like
read rad_no
echo '$rad_no'
var= echo 'select fn_deleteradno( '
var2= $rad_no
var3= echo ')'
$echo "[${var}]+[${var2}]${var3}"
echo "$test"
if i input rad_no as 62397984242
how to add all to make select fn_deleteradno( 62397984242);
thanking for any help
creeds
i am not able to concate teh strings evn though i got lots of explaination reagding that in intrnet
my problem is that..
i read a value from a console and concat that with other strings like
read rad_no
echo '$rad_no'
var= echo 'select fn_deleteradno( '
var2= $rad_no
var3= echo ')'
$echo "[${var}]+[${var2}]${var3}"
echo "$test"
if i input rad_no as 62397984242
how to add all to make select fn_deleteradno( 62397984242);
thanking for any help
creeds
Comment