awk ' { if(NR == 1) { printf"\n" printf"\n" print $0 printf"\n\n" printf"\n" } else print $0 } END { printf"\n" printf"\n" } '