Thursday, March 6, 2008

Kill html tags with Sed

Link:

cat file.txt | sed -e :a -e 's/<[^>]*>//g;/<;/N;//ba'