SED - File Spacing - Triple space a file

sed 'G;G' filename

Example

Running that command again this file:

testfile
aaa
bbb
ccc

returns:

testfile
aaa
 
 
bbb
 
 
ccc