1FALSE(1) User Commands FALSE(1)
2
3
4
6 false - do nothing, unsuccessfully
7
9 false [ignored command line arguments]
10 false OPTION
11
13 Exit with a status code indicating failure.
14
15 --help display this help and exit
16
17 --version
18 output version information and exit
19
20 NOTE: your shell may have its own version of false, which usually
21 supersedes the version described here. Please refer to your shell's
22 documentation for details about the options it supports.
23
25 Written by Jim Meyering.
26
28 Report bugs to <bug-coreutils@gnu.org>.
29
31 Copyright © 2007 Free Software Foundation, Inc.
32 This is free software. You may redistribute copies of it under the
33 terms of the GNU General Public License
34 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
35 extent permitted by law.
36
38 The full documentation for false is maintained as a Texinfo manual. If
39 the info and false programs are properly installed at your site, the
40 command
41
42 info false
43
44 should give you access to the complete manual.
45
46
47
48GNU coreutils 6.9 March 2008 FALSE(1)