.\" You may copy, distribute and modify under the terms of the LDP General .\" Public License as specified in the LICENSE file that comes with the .\" gnumaniak distribution .\" .\" The author kindly requests that no comments regarding the "better" .\" suitability or up-to-date notices of any info documentation alternative .\" is added without contacting him first. .\" .\" (C) 1999 Ragnar Hojland Espinosa .\" .\" GNU true man page .\" man pages are NOT obsolete! .\" .TH true 1 "18 August 1999" "GNU Shell Utilities 2.0" .SH NAME true \- do nothing, successfully .SH SYNOPSIS .B true .SH DESCRIPTION .B true does nothing except return an exit status of 0, meaning ``success''. Implemented as a binary, it can be used as a place holder in shell scripts where a successful command is needed (although the shell built-in command `\fB:\fR' may be faster) .SH OPTIONS \fBtrue\fR ignores all options, even \fB\-\-help\fR or \fB\-\-version\fR. .SH NOTES Report bugs to bug-sh-utils@gnu.org. Page updated by Ragnar Hojland Espinosa