Search notes:

sed example: insert line before

#
#  Compare with → insert-line-after
#
sed '/rebus/i >>>This line is inserted BEFORE the line containing "rebus"<<<' testfiles/lorem-ipsum-dolor
Github repository about-sed, path: /insert-line-before

See also

sed testfile: lorem ipsum dolor
sed examples

Index