Help for this page
$ head -n 16 lines.txt > temp.lines.txt
$ for i in $(seq 0 33); do cp temp.lines.txt "Annotation_output$i.vcf" +; done
$ rm temp.lines.txt