====== Unix Stream Editor SED ====== * [[http://www.tty1.net/sed-tutorium/|sed Tutorium]] -- Eine Einführung in sed. * [[http://www.grymoire.com/Unix/Sed.html|Sed − An Introduction and Tutorial by Bruce Barnett]] ===== FAQ ===== * [[http://sed.sourceforge.net/sedfaq.html|The SED FAQ]] -- Frequently Asked Questions about sed, the stream editor. * [[http://www.linuxquestions.org/questions/programming-9/sed-search-for-variable-and-delete-entire-line-but-variable-contains-forward-s-682406/|Sed search for variable and delete entire line, but variable contains forward /'s]] * [[http://stackoverflow.com/questions/12694562/sed-how-to-replace-a-character-within-a-matched-pattern-using-ampersand|SED : How to replace a character within a matched pattern using ampersand (&)]] * [[https://stackoverflow.com/questions/22644404/detect-two-consecutive-lines-matching-a-pattern-with-sed|Detect two consecutive lines matching a pattern with sed]] * [[http://www.unix.com/shell-programming-and-scripting/186893-how-insert-line-between-two-consecutive-lines-match-special-pattern.html|How to insert line with between two consecutive lines that match special pattern?]] ===== Examples ===== * http://sed.sourceforge.net/sed1line.txt -- Useful One-Line Scripts for SED