A blog for comprehensive unix related information. User can find everything related to shell scripting ,solaris and unix command etc.
To extract a gzipped tar file we can use following command :-
gzip -dc test.tar.gz|tar xf-
No comments:
Post a Comment