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: 247
        
bash
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,
© Stack Overflow or respective owner