Revision [1031]

Last edited on 2009-11-25 15:35:42 by DavidLee
Additions:
======Command true======
====Name====
**true** returns a true condition
true returns the exit value 0 which is considered false.
====Synopsis====
**true**
====Examples====
if true ; then echo True; else echo False ; fi
Result
[[Commands]]
Deletions:
======true======
Exits with 0
$ if true ; then echo True; else echo False ; fi


Revision [768]

Edited on 2009-09-16 07:56:48 by DavidLee
Additions:
[[CategoryCommands]]
Deletions:
[[CommandsBuiltin]]


Revision [191]

Edited on 2008-05-31 18:13:45 by DavidLee
Additions:
$ if true ; then echo True; else echo False ; fi
Deletions:
$ if true ; then echo True; else echo False


Revision [190]

The oldest known version of this page was created on 2008-05-31 18:13:26 by DavidLee
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki