true - return true value
true
The true(1) utility is usually used in a shell script. It tests for the appropriate status "false" before running (or failing to run) a list of commands.
The true(1) utility always returns with exit code zero.
false(1)
sh(1)