I have a file with blank lines and I need to double space the lines in the file. Meaning I need a blank line between two lines with text in it. Can you show me an easy way to do it with awk and/or sed
feedback
|
|
Try this
| |||
|
feedback
|
|
Assuming:
The first line says:
If you see a "blank line", delete it. | |||
|
feedback
|
Sai's | ||||
feedback
|
|
Assuming you want to keep the existing blank lines intact:
The first test will only be true if both the previous line and the current line are non-empty. | ||||
|
feedback
|
|
Assuming: Try this:
Breaking this up, | |||
|
feedback
|