Archive

Archive for February, 2008

removing blank newlines using sed.

February 17th, 2008 Chris Ganderton 1 comment

Most people won’t find this paticularly useful, but as I’m prone to forget things: sed -e ‘/^$/d’ will delete blank newlines from whatever it’s input is. Tags: geek, Linux, stuff

Categories: General Life Tags: , ,