Hi,
Could anyone please let me know what does it mean by the following statement in solaris shell scripting.
$PROMPT " Select an option: "
read ans
db_option=${ans :=0}
I wanted to know the interpretation for this last line. what does it mean by :=0
Please let me know asap.
Could anyone please let me know what does it mean by the following statement in solaris shell scripting.
$PROMPT " Select an option: "
read ans
db_option=${ans :=0}
I wanted to know the interpretation for this last line. what does it mean by :=0
Please let me know asap.
Comment