hi all. i am a bit new to linux environment and i wanted to how the following command could be modified to concatenate all VCF files from a directory.
vcf-concat A.vcf.gz B.vcf.gz C.vcf.gz | gzip -c > out.vcf.gz
instead of A.vcf.gz, B.vcf.gz I would like all vcf.gz from my directory concatenated knowing they are all from the same source.
thanks in advance.