Piping files with zcat to downstream command

415 Views Asked by At

I have a program that takes two text files and returns an output.

$varscan normal_sample.txt tumor_sample.txt output.txt

Because of the immense size of the input files, I have gzipped them. Is there a way to use zcat (or another tool) to pipe them into the program without unzipping them first?

0

There are 0 best solutions below