Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
what does : mean in the beginning of variable assignment?
: ${var:=value}

What I have tried:

what is different between these two in bash script?
: ${var:=value}
  ${var:=value}
Posted
Updated 4-Mar-18 22:39pm
Comments
Richard MacCutchan 5-Mar-18 4:47am    
Type "man bash" in a terminal window, and it will all be explained.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900