.\" Copyright (c) 1983, 1985, 1990 The Regents of the University of California. .\" All rights reserved. .\" .\" %sccs.include.redist.man% .\" .\" @(#)true.1 6.3 (Berkeley) 04/23/91 .\" .Dd .Dt TRUE 1 .Os .Sh NAME .Nm true .Nd return true value .Sh SYNOPSIS .Nm true .Sh DESCRIPTION .Nm True is normally used in a Bourne shell script. .Nm True tests for the appropriate status "false" before running (or failing to run) a list of commands. .Sh SEE ALSO .Xr csh 1 , .Xr sh 1 , .Xr false 1 .Sh DIAGNOSTICS The .Nm true utility always returns with exit code zero. .Sh STANDARDS The .Nm true function is expected to be POSIX 1003.2 compatible.