Search notes:

sed example: print between patterns

sed -n '/ee/,/ix/p' testfiles/word-pairs
Github repository about-sed, path: /print-between-patterns

See also

sed testfile: word pairs
sed examples

Index