1CDIST-TYPE__SED(7) cdist CDIST-TYPE__SED(7)
2
3
4
6 cdist-type__sed - Transform text files with sed
7
9 Transform text files with sed.
10
12 script sed script. If - then the script is read from stdin.
13
15 file Path to the file. Defaults to $__object_id.
16
17 onchange
18 Execute this command if sed changes file.
19
21 regexp-extended
22 Use extended regular expressions in the script. Might not be
23 supported with every sed version.
24
26 __sed /tmp/foobar --script 's/foo/bar/'
27
28 echo 's/foo/bar/' | __sed foobar --file /tmp/foobar --script -
29
31 Ander Punnar <ander-at-kvlt-dot-ee>
32
34 Copyright (C) 2021 Ander Punnar. You can redistribute it and/or modify
35 it under the terms of the GNU General Public License as published by
36 the Free Software Foundation, either version 3 of the License, or (at
37 your option) any later version.
38
40 ungleich GmbH 2021
41
42
43
44
457.0.0 Jul 31, 2022 CDIST-TYPE__SED(7)