Revision [341]
This is an old revision of CommandColon made by DavidLee on 2009-01-03 06:45:24.
:
: 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
CommandsBuiltin
CategoryCommands