fai-sed(1) | General Commands Manual | fai-sed(1) |
fai-sed - call sed on a file but check for changes before writing
fai-sed CMD FILE
Execute a sed script - here called CMD - on FILE but do not overwrite the file if nothing changes. If $target is defined, use it as prefix for the path to FILE.
The exit status 0 indicates success. A nonzero value indicates failure.
$ fai-sed 's/foo/bar/g' /etc/motd
Replace foo with bar in file /etc/motd.
$ fai-sed 's/123/ABC/g; /XXX/d' /etc/motd
Replace 123 with ABC and delete all lines which contain the string XXX.
This program is part of FAI (Fully Automatic Installation). See the FAI manual for more information on how to use fai-monitor. The FAI homepage is https://fai-project.org.
Thomas Lange <lange@cs.uni-koeln.de>
2020 | FAI 5 |