A sed example (with a rev!)
Wednesday, December 14th, 2005Since I haven’t posted a lot newsworthy lately, how about a little example with sed?
I had a shell script that was spitting out some numbers into a file. I thought, “Hey, it would be nice if I added commas in the right place.” I could have rewritten my shell script in Python [...]
