Search notes:

sed example: delete 3rd through 7th line

sed '3,7d' testfiles/word-pairs
Github repository about-sed, path: /delete-3rd-through-7th-line

See also

sed testfile: word pairs
sed examples

Index