true.1 (020a8e3a9bab589056342f258107cd1e593678aa) | true.1 (8b32114bd4adc9bbaaeaf5cdfcae01cc62ac4640) |
---|---|
1.\" Copyright (c) 1983, 1985, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" the Institute of Electrical and Electronics Engineers, Inc. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 30 unchanged lines hidden (view full) --- 39.Dt TRUE 1 40.Os 41.Sh NAME 42.Nm true 43.Nd return true value 44.Sh SYNOPSIS 45.Nm 46.Sh DESCRIPTION | 1.\" Copyright (c) 1983, 1985, 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" the Institute of Electrical and Electronics Engineers, Inc. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 30 unchanged lines hidden (view full) --- 39.Dt TRUE 1 40.Os 41.Sh NAME 42.Nm true 43.Nd return true value 44.Sh SYNOPSIS 45.Nm 46.Sh DESCRIPTION |
47The command | 47The |
48.Nm | 48.Nm |
49is normally used in a Bourne shell script. | 49command is normally used in a Bourne shell script. |
50It tests for the appropriate status "false" before running 51(or failing to run) a list of commands. 52.Sh SEE ALSO 53.Xr csh 1 , 54.Xr false 1 , 55.Xr sh 1 56.Sh DIAGNOSTICS 57The 58.Nm 59utility always returns with exit code zero. 60.Sh STANDARDS 61The 62.Nm 63function is expected to be 64.St -p1003.2 65compatible. | 50It tests for the appropriate status "false" before running 51(or failing to run) a list of commands. 52.Sh SEE ALSO 53.Xr csh 1 , 54.Xr false 1 , 55.Xr sh 1 56.Sh DIAGNOSTICS 57The 58.Nm 59utility always returns with exit code zero. 60.Sh STANDARDS 61The 62.Nm 63function is expected to be 64.St -p1003.2 65compatible. |