I have a block of text that looks like this:
... a bunch of stuff
I\'d like to remov
$ cat text abc ... a bunch of stuff def $ sed '//,//d' text abc def
http://www.catonmat.net/blog/sed-one-liners-explained-part-three/