So I have a directory of thousands of tar balls in Unix. I want to iterate over all those tar balls and extract a specific file (uniquely appended with .vcf.gz), out of each tar ball and move it to a different directory?
I can't figure out how to do this effectively. Please help.