Very useful sed one liners...
Hi.
I wanted to let you know that I wrote an article "Famous Sed One-Liners Explained" which explains all the sed one-liners in the file sed1line.txt which is floating around the internet.
Hope you find it useful! :)
Sincerely, Peteris Krumins
$ sed '/^$/d' file > file.new
Comments
Hi.
I wanted to let you know that I wrote an article "Famous Sed One-Liners Explained" which explains all the sed one-liners in the file sed1line.txt which is floating around the internet.
Hope you find it useful! :)
Sincerely,
Peteris Krumins
$ sed '/^$/d' file > file.new