Extract tarball file using a cat command.

Tarball – a computer file format that can combine multiple files into a single “tarball” file.
Usually used:

tar zxvf tarball.tar.gz

also could be used:

cat tarball.tar.gz | tar zxvf -

Leave a Reply

Your email address will not be published. Required fields are marked *

*