Operating systems, development tools, and professional
services for connected embedded systems
Home
Developer Resources
Developer Support

QNX Developer Support

PDF Documents
More resources
[Previous] [Contents] [Index] [Next]

true

Return true value (POSIX)

Syntax:

true

Options:

None.

Description:

The true utility does nothing but exit immediately with a zero exit code.

The true utility is typically used in shell scripts. One common application is to create an infinite loop, as in:

while true
do
   myprogram
   sleep 300
done

which runs myprogram every five minutes (300 seconds) until the shell script is interrupted.

The shell has a builtin true command; see ksh. To make sure you use the executable, specify the full path.

Exit status:

0

See also:

false, ksh


[Previous] [Contents] [Index] [Next]
 
©2013 QNX Software Systems Limited, a subsidiary of BlackBerry.   BlackBerry Logo