This is a very basic concept, but something I have never been able to articulate that well. and I would like to try to spell it and see where I go wrong.
If I have t
sed 's/$/\n/' states
Try this:
$ sed -e $'s/\n/\n\n/g' states