Revision [158]
This is an old revision of CommandColon made by DavidLee on 2008-05-31 17:30:11.
:
: 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