User Tools

Site Tools


sed:replace_words_or_characters

This is an old revision of the document!


SED - Replace words or characters

Simple Change

sed 's/oldvalue/newvalue/g' infile.txt

Case-Insensitive Change

sed 's/oldvalue/newvalue/gi' infile.txt

Replace multiple spaces with a single space

sed 's/ */ /g' infile.txt

or

ip route show | sed 's/ */ /g'

sed/replace_words_or_characters.1576001286.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki