FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


appendix:sed.html



Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
appendix:sed.html [2018/02/02 01:17]
kurihara
appendix:sed.html [2018/03/05 18:56]
kurihara [Substitution]
Line 64: Line 64:
 \\ \\
 ==== Substitution ==== ==== Substitution ====
 +<sxh bash toolbar:false gutter:false>
 +$ cat test.txt
 +123
 +456
 +abc
 +def
 +$ cat test.txt | sed 's/456/789/g'
 +123
 +789
 +abc
 +def
 +</sxh>
 +
 <sxh bash toolbar:false gutter:false> <sxh bash toolbar:false gutter:false>
 $  cat test.txt $  cat test.txt


appendix/sed.html.txt ยท Last modified: 2020/02/28 23:14 by kurihara