Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Simple tip about Gtar

807557Mar 18 2009
IF a tar file is too large to untar in same directory , then we may use gtar to to untar the output file to another directory where we may have enough space :

Eg : the tat file is in /var/crash and i wanted the output to /var/tmp. the syntax is as follows :

/usr/sfw/bin/gtar -C /var/tmp -xf /var/crash/patches.tar

where as patches.tar is the Original tar file and its output would be redirected to /var/tmp using the gtar command.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2009
Added on Mar 18 2009
0 comments
279 views