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

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

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -