Revision: 44661
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 15, 2011 12:30 by bubnoff
Initial Code
BEGIN {s=""; FS="n"} /<td/ { gsub(/<[^>]*>/, ""); s=(s ", " $1);} /<tr|<TR/ { print s; s="" }
Initial URL
http://snippets.dzone.com/posts/show/3848
Initial Description
Initial Title
HTML Table to CSV in AWK [awk]
Initial Tags
Initial Language
Bash