1TRUE(1) User Commands TRUE(1)
2
3
4
6 true - do nothing, successfully
7
9 true [ignored command line arguments]
10 true OPTION
11
13 Exit with a status code indicating success.
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 true, which usually super‐
21 sedes the version described here. Please refer to your shell's docu‐
22 mentation for details about the options it supports.
23
25 Written by Jim Meyering.
26
28 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
29 Report any translation bugs to <https://translationproject.org/team/>
30
32 Copyright © 2022 Free Software Foundation, Inc. License GPLv3+: GNU
33 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
34 This is free software: you are free to change and redistribute it.
35 There is NO WARRANTY, to the extent permitted by law.
36
38 Full documentation <https://www.gnu.org/software/coreutils/true>
39 or available locally via: info '(coreutils) true invocation'
40
41
42
43GNU coreutils 9.1 May 2023 TRUE(1)