true(1) General Commands Manual true(1) Name true, false - provide test for status values Syntax true false Description The and commands are usually used in a Bourne shell script. They test for the appropriate status "true" or "false" before running (or failing to run) a list of commands. Examples while true do command list done Diagnostics The command has exit status zero. See Also csh(1), sh(1) true(1)
| Related Man Pages |
|---|
| if(n) - mojave |
| if(n) - centos |
| iecset(1) - centos |
| true(1) - osf1 |
| gearmanclient.dobackground(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| vi scripts on UNIX |
| Why is it always false? |
| os.path.isdir is always returning false |
| Help in Understanding awk if ( F ) syntax - |
| If echo statement return false |