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