Scroll to navigation

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

sed script. If - then the script is read from stdin.

OPTIONAL PARAMETERS

Path to the file. Defaults to $__object_id.
Execute this command if sed changes file.

BOOLEAN PARAMETERS

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

August 7, 2022 7.0.0