I came across a weird line in a shell script:
: ${parameter:=word}
It is so weird that I don't even know how to search for further information. Fortunately, I found a post after searching bash colon. It is a built-in utility which simply exits with 0. In the other words …