SED - File Spacing - Double space a file

sed G filename

Example

Running that command again this file:

testfile
aaa
bbb
ccc

returns:

testfile
aaa
 
bbb
 
ccc