I have a config file something like below.
_ispip=$_octet.129
_octet=10.89.2
_rxpip=$_octet.132
And when i try to echo the value its not printing the full values for the 1st variable. Is there a easy way to fix this?
# source test.cfg
# echo $_ispip
.129
# echo $_octet
10.89.2
# echo $_rxpip
10.89.2.132