Revision [157]
This is an old revision of CommandColon made by DavidLee on 2008-05-31 17:29:56.
:
: is the null command. It can be used in places where a command is required syntatcially but none is needed.Example:
if true ; then : else echo false ; fi