true(1) v7 man page | unix.com

Man Page: true

Operating Environment: v7

Section: 1

TRUE(1) 						      General Commands Manual							   TRUE(1)

NAME
true, false - provide truth values
SYNOPSIS
true false
DESCRIPTION
True does nothing, successfully. False does nothing, unsuccessfully. They are typically used in input to sh(1) such as: while true do command done
SEE ALSO
sh(1)
DIAGNOSTICS
True has exit status zero, false nonzero. TRUE(1)
Related Man Pages
i386(1) - opensolaris
false(1) - osf1
test(1) - minix
true(1) - osf1
is_string(3) - php
Similar Topics in the Unix Linux Community
why isn't the exit status true?
Using arrays in bash using strings to bash built-in true
awk If expression - Return string if not true
Find string1, when true find string2 in reverse direction
How to replace the field values, which are greater than the specified value with TRUE?