Revision [997]
This is an old revision of CommandFalse made by DavidLee on 2009-11-25 10:00:38.
Command false
Name
false returns a false conditionFalse returns the exit value 1 which is considered false.
Synopsis
falseExamples
Example
if false ; then echo False; else echo True ; fi
Result
True
Commands
Commands