TRUE(1) General Commands Manual TRUE(1)NAMEtrue, false - provide truth valuesSYNOPSIStrue falseDESCRIPTIONTrue and false are usually used in a Bourne shell script. They test for the appropriate status "true" or "false" before running (or fail- ing to run) a list of commands.EXAMPLEwhile true do command list doneSEE ALSOcsh(1), sh(1), false(1)DIAGNOSTICSTrue has exit status zero. 7th Edition April 29, 1985 TRUE(1)
| Related Man Pages |
|---|
| true(1) - osf1 |
| boolean(3pm) - suse |
| boolean(3pm) - osx |
| boolean(3pm) - opensolaris |
| boolean(3pm) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| CDE |
| why isn't the exit status true? |
| how to exit a while true loop |
| Remove a folder after a 'true' uninstall.... |
| awk If expression - Return string if not true |