Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v7

true(1)


TRUE

TRUE

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
DIAGNOSTICS

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)