Colon operator acts like a null, and I knew it's used for parameter expansion, can someone explain this:
I know that this sets the environment variable $SOMETHING to 'value'?
I'm hoping there's a more explanation for this, if you feel that this is enough and right then I need to know from which book it is proved. Given the link
Code:
[FONT=Calibri][I][FONT=Tahoma][COLOR=#333333]:[/COLOR][/FONT][/I][I][FONT=Tahoma][COLOR=#333333]${SOMETHING='value'}[/COLOR][/FONT][/I][/FONT]
I'm hoping there's a more explanation for this, if you feel that this is enough and right then I need to know from which book it is proved. Given the link
Comment