Friday, April 5, 2013

How to extract a gzipped tar file without extracting in one line.

To extract a gzipped tar file we can use following command :-

gzip -dc test.tar.gz|tar xf-

No comments:

Post a Comment