Query: true
OS: sunos
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
true(1) User Commands true(1)NAMEtrue, false - provide truth valuesSYNOPSIStrue falseDESCRIPTIONThe true utility does nothing, successfully. The false utility does nothing, unsuccessfully. They are typically used in a shell script sh as: while true do command done which executes command forever.EXIT STATUStrue has exit status 0. false always will exit with a non-zero value.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOsh(1), attributes(5), standards(5) SunOS 5.10 1 Feb 1995 true(1)
| Related Man Pages |
|---|
| true(1p) - centos |
| true(1) - osf1 |
| sleep(1) - sunos |
| boolval(3) - php |
| is_string(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| CDE |
| How to capture 2 consecutive rows when a condition is true ? |
| Funny but true.... |
| awk If expression - Return string if not true |
| Find string1, when true find string2 in reverse direction |