Stephen, not sure I understand your question...
You can try doing 'sed -e 's/:/,/g' to change colons into commas. It's harder to change the order.
AWK language seems more appropriate, as you can specify split and field seperators, etc.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Stephen, not sure I understand your question...
You can try doing 'sed -e 's/:/,/g' to change colons into commas. It's harder to change the order.
AWK language seems more appropriate, as you can specify split and field seperators, etc.
Reply To This Comment