converting a csv into text

Posted by user349418 on Stack Overflow See other posts from Stack Overflow or by user349418
Published on 2010-06-14T23:44:17Z Indexed on 2010/06/14 23:52 UTC
Read the original article Hit count: 157

Filed under:

I have a csv (large) file of ip addresses, and wish to covert into single line ip address in bash.

aa.bb.cc.dd,aa.bb.cc.dd,aa.bb.cc.dd,..

into
aa.bb.cc.dd
aa.bb.cc.dd
aa.bb.cc.dd
[..]

The list of ips in question,

http://www.stopforumspam.com/downloads/bannedips.zip

© Stack Overflow or respective owner

Related posts about bash