false.1 (e85c02aad1e05a24ef31ed0ae5aeffa66619064a) | false.1 (8b32114bd4adc9bbaaeaf5cdfcae01cc62ac4640) |
---|---|
1.\" Copyright (c) 1983, 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 FALSE 1 40.Os BSD 4.2 41.Sh NAME 42.Nm false 43.Nd return false value 44.Sh SYNOPSIS 45.Nm 46.Sh DESCRIPTION | 1.\" Copyright (c) 1983, 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 FALSE 1 40.Os BSD 4.2 41.Sh NAME 42.Nm false 43.Nd return false value 44.Sh SYNOPSIS 45.Nm 46.Sh DESCRIPTION |
47The command | 47The |
48.Nm | 48.Nm |
49is usually used in a Bourne shell script. | 49command is usually 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.Pp 53The 54.Nm 55utility always exits with a value other than zero. 56.Sh SEE ALSO 57.Xr csh 1 , 58.Xr sh 1 , 59.Xr true 1 60.Sh STANDARDS 61The 62.Nm 63utility 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.Pp 53The 54.Nm 55utility always exits with a value other than zero. 56.Sh SEE ALSO 57.Xr csh 1 , 58.Xr sh 1 , 59.Xr true 1 60.Sh STANDARDS 61The 62.Nm 63utility is expected to be 64.St -p1003.2 65compatible. |