/ Published in: Bash
URL: http://snippets.dzone.com/posts/show/3848
Expand |
Embed | Plain Text
BEGIN {s=""; FS="n"} /<td/ { gsub(/<[^>]*>/, ""); s=(s ", " $1);} /<tr|<TR/ { print s; s="" }
You need to login to post a comment.
