TIP

remove blank line

tomato13 2009. 9. 17. 08:31

http://www.foogazi.com/2008/04/12/quickzi-how-to-remove-blank-lines-from-a-file/


.........................

Now, to remove the blank lines in this file, we’ll use sed.

# sed -i '/^$/d' example_file

# cat example_file