Bash - Colon (:) Builtin command
About
The : builtin command does nothing beyond:
- and performing any specified redirections.
A zero exit code is returned.
Syntax
: [arguments]
The : builtin command does nothing beyond:
A zero exit code is returned.
: [arguments]