Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ false(1) — A/UX 3.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ksh(1)

sh(1)




true(1) true(1)
NAME true, false - provides truth values SYNOPSIS true false DESCRIPTION true does nothing, returning an exit status of zero. false does nothing, returning a nonzero exit status. They are typically used in input to sh and/or ksh. EXAMPLES while true do command done STATUS MESSAGES AND VALUES The true command has exit status zero, false has exit status nonzero. FILES /bin/true Executable file /bin/false Executable file SEE ALSO ksh(1), sh(1) January 1992 1

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026