Today I learned about the colon built-in :
in bash. It has no effect beyond expanding its arguments. also it always returns 0 exit status.
It can be useful as a replacement for echos for dynamic comments.
Today I learned about the colon built-in :
in bash. It has no effect beyond expanding its arguments. also it always returns 0 exit status.
It can be useful as a replacement for echos for dynamic comments.