Query: true
OS: suse
Section: 1p
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRUE(1P) POSIX Programmer's Manual TRUE(1P)PROLOGThis manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the correspond- ing Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.NAMEtrue - return true valueSYNOPSIStrueDESCRIPTIONThe true utility shall return with exit code zero.OPTIONSNone.OPERANDSNone.STDINNot used.INPUT FILESNone.ENVIRONMENT VARIABLESNone.ASYNCHRONOUS EVENTSDefault.STDOUTNot used.STDERRNot used.OUTPUT FILESNone.EXTENDED DESCRIPTIONNone.EXIT STATUSZero.CONSEQUENCES OF ERRORSNone. The following sections are informative.APPLICATION USAGEThis utility is typically used in shell scripts, as shown in the EXAMPLES section. The special built-in utility : is sometimes more effi- cient than true.EXAMPLESThis command is executed forever: while true do command doneRATIONALEThe true utility has been retained in this volume of IEEE Std 1003.1-2001, even though the shell special built-in : provides similar func- tionality, because true is widely used in historical scripts and is less cryptic to novice script readers.FUTURE DIRECTIONSNone.SEE ALSOfalse, Shell CommandsCOPYRIGHTPortions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.1, 2003 Edition, Standard for Information Technol- ogy -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html .IEEE/The Open Group 2003 TRUE(1P)
Related Man Pages |
---|
exit(1p) - centos |
true(1p) - centos |
true(1p) - suse |
colon(1p) - suse |
exit(3tcl) - linux |
Similar Topics in the Unix Linux Community |
---|
unknown utility |
find an available item in array |
while command question |
Adding text into file |
Shell scripting |