<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: untar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534568#M841824</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;copy the tar ball, e.g. abc.tar, to /123&lt;BR /&gt;&lt;BR /&gt;# cd /123&lt;BR /&gt;# tar xvf abc.tar&lt;BR /&gt;to explode the tar file to that directory&lt;BR /&gt;&lt;BR /&gt;regards.</description>
    <pubDate>Fri, 29 Apr 2005 00:28:52 GMT</pubDate>
    <dc:creator>Joseph Loo</dc:creator>
    <dc:date>2005-04-29T00:28:52Z</dc:date>
    <item>
      <title>untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534565#M841821</link>
      <description>i have a tar ball, now i want to untar to a &lt;BR /&gt;new directory, i.e all files will be extract into  /123, how to do it?&lt;BR /&gt;&lt;BR /&gt;high score</description>
      <pubDate>Fri, 29 Apr 2005 00:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534565#M841821</guid>
      <dc:creator>Michael_33</dc:creator>
      <dc:date>2005-04-29T00:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534566#M841822</link>
      <description>i knew the answer, close.</description>
      <pubDate>Fri, 29 Apr 2005 00:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534566#M841822</guid>
      <dc:creator>Michael_33</dc:creator>
      <dc:date>2005-04-29T00:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534567#M841823</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;check this doc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062683984" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062683984&lt;/A&gt;</description>
      <pubDate>Fri, 29 Apr 2005 00:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534567#M841823</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-29T00:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534568#M841824</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;copy the tar ball, e.g. abc.tar, to /123&lt;BR /&gt;&lt;BR /&gt;# cd /123&lt;BR /&gt;# tar xvf abc.tar&lt;BR /&gt;to explode the tar file to that directory&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 29 Apr 2005 00:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534568#M841824</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-04-29T00:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534569#M841825</link>
      <description>How did you back this up??&lt;BR /&gt;&lt;BR /&gt;What does tar tvf /dev/rmt/0m shows??&lt;BR /&gt;&lt;BR /&gt;(only first 2 or 3 lines required)&lt;BR /&gt;&lt;BR /&gt;Anyway try this,&lt;BR /&gt;&lt;BR /&gt;cd 123&lt;BR /&gt;pax -rv -s'/^\///' &amp;lt; /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;naveej&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 00:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534569#M841825</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-29T00:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: untar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534570#M841826</link>
      <description>If the tar ball has relative paths used, just step into the new directory and untar. If needed move the files from subdirectories to their target place.&lt;BR /&gt;&lt;BR /&gt;If the tar ball has absolute paths used, use gnu-tar (for example from the porting archive: &lt;A href="http://hpux.its.tudelft.nl/hppd/hpux/Gnu/tar-1.15/)" target="_blank"&gt;http://hpux.its.tudelft.nl/hppd/hpux/Gnu/tar-1.15/)&lt;/A&gt; That can change absolute paths on extraction.&lt;BR /&gt;&lt;BR /&gt;If you need to stick to what you have, you can setup a tiny `chroot` jail and extract to that: `mkdir /path/to/target`, copy needed binaries and the tar-file in there and `chroot` into there to untar.</description>
      <pubDate>Mon, 02 May 2005 02:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/untar/m-p/3534570#M841826</guid>
      <dc:creator>C. Beerse_1</dc:creator>
      <dc:date>2005-05-02T02:14:50Z</dc:date>
    </item>
  </channel>
</rss>

