This questions been asked a number of times but the answers given are ALL GNU sed specific.
sed -i '' "/${FIND}/,+2d" "$FILE"
Gives a "expected context address" error.
Please could someone give me an example of how to use BSD sed to delete X lines including the match and another X lines excluding the match?