sed/awk to double space file -


i have file blank lines , need double space lines in file. meaning need blank line between 2 lines text in it. can show me easy way awk and/or sed

try this

sed '/^$/d' filename | sed g 

Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -