I need to clean up a file which has IP addresses with leading zeros in some of the octets so I need to make, say, .09 into .9
How do i do that in sed/awk/whatever?
I need to clean up a file which has IP addresses with leading zeros in some of the octets so I need to make, say, .09 into .9
How do i do that in sed/awk/whatever?