FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


Sidebar


Top     SiteMap

Manager Server

Target Server

$FHHOME/bin/xxx.sh | xxxx.exp













.

appendix:sed.html



This is an old revision of the document!


Top#Appendix

How to use sed command in Linux

About sed command

Example

Line Delete

$ cat test.txt
123
456
789
abc
def
$ cat test.txt | sed -e "/789/d"
123
456
abc
def

Line Append

Line Insert



appendix/sed.html.1517499168.txt.gz ยท Last modified: 2018/02/02 00:32 by kurihara