Wiki source for CommandTrue


Show raw source

======Command true======

====Name====
**true** returns a true condition

true returns the exit value 0 which is considered false.

====Synopsis====
**true**


====Examples====

Example
%%
if true ; then echo True; else echo False ; fi
%%
Result
%%
True
%%
----
[[Commands]]
[[CategoryCommands]]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki