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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -