Archive For May 13th, 2004
Cool! Several handy one-liners for use in Sed, the stream editor. # double space a file sed G # double space a file which already has blank lines in it. Output file # should contain no more than one blank line between lines of text. sed ‘/^$/d;G’ # triple space a file sed ‘G;G’ # [...]
Well, MT has gone to version 3.0 and changed their licencing terms and conditions as well as making the product more expensive. The backlash has already started but no doubt people will migrate away from MT, and when they do, Free Software like b2++ and WP will be waiting for them!
