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
appendix:sed.html [2018/03/05 18:56]
kurihara [Substitution]
appendix:sed.html [2020/02/28 23:14] (current)
kurihara [Insert row]
Line 50: Line 50:
 <sxh bash toolbar:false gutter:false> <sxh bash toolbar:false gutter:false>
 $ cat test.txt $ cat test.txt
-123 +123ab 
-456 +456ab 
-abc +abcab 
-def+defab
 $ cat test.txt | sed -e "/456/i aaa" $ cat test.txt | sed -e "/456/i aaa"
-123+123ab
 aaa aaa
-456 +456ab 
-abc +abcab 
-def+defab
 </sxh> </sxh>
  


appendix/sed.html.1520243786.txt.gz · Last modified: 2018/03/05 18:56 by kurihara