LinuxDingo
Linux notes
$ if :; then echo hello world; fi hello world
$ help : :: : Null command.
No effect; the command does nothing.
Exit Status: Always succeeds.
Comments are closed.
$ help :
:: :
Null command.
No effect; the command does nothing.
Exit Status:
Always succeeds.