Heinrich Schuchardt | 1b0c316 | 2024-01-14 14:53:13 +0100 | [diff] [blame] | 1 | .. index:: |
2 | single: false (command) | ||||
3 | |||||
Heinrich Schuchardt | 4bf18b8 | 2021-01-24 22:11:55 +0100 | [diff] [blame] | 4 | false command |
5 | ============= | ||||
6 | |||||
7 | Synopsis | ||||
8 | -------- | ||||
9 | |||||
10 | :: | ||||
11 | |||||
12 | false | ||||
13 | |||||
14 | Description | ||||
15 | ----------- | ||||
16 | |||||
17 | The false command sets the return value $? to 1 (false). | ||||
18 | |||||
19 | Example | ||||
20 | ------- | ||||
21 | |||||
22 | :: | ||||
23 | |||||
24 | => false; echo $? | ||||
25 | 1 | ||||
26 | => | ||||
27 | |||||
28 | Configuration | ||||
29 | ------------- | ||||
30 | |||||
31 | The false command is only available if CONFIG_HUSH_PARSER=y. |