Search notes:

sed example: insert line after

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

See also

sed testfile: lorem ipsum dolor
sed examples

Index