CDIST-TYPE__SED(7) | cdist | CDIST-TYPE__SED(7) |
NAME¶
cdist-type__sed - Transform text files with sed
DESCRIPTION¶
Transform text files with sed.
REQUIRED MULTIPLE PARAMETERS¶
- script
- sed script. If - then the script is read from stdin.
OPTIONAL PARAMETERS¶
BOOLEAN PARAMETERS¶
- regexp-extended
- Use extended regular expressions in the script. Might not be supported with every sed version.
EXAMPLES¶
__sed /tmp/foobar --script 's/foo/bar/' echo 's/foo/bar/' | __sed foobar --file /tmp/foobar --script -
AUTHORS¶
Ander Punnar <ander-at-kvlt-dot-ee>
COPYING¶
Copyright (C) 2021 Ander Punnar. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
COPYRIGHT¶
ungleich GmbH 2021
September 11, 2024 | 7.0.0 |