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