<?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: extracting files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248299#M331129</link>
    <description>did you try copying this tar file into the directory and running tar -xvf &lt;TAR_FILENAME&gt; command while sitting in that directory ?&lt;/TAR_FILENAME&gt;</description>
    <pubDate>Thu, 07 Aug 2008 18:40:56 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2008-08-07T18:40:56Z</dc:date>
    <item>
      <title>extracting files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248298#M331128</link>
      <description>How can I extract files to a specific directory from the file  " sudo-1.6.9p17.tar.tar "?</description>
      <pubDate>Thu, 07 Aug 2008 18:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248298#M331128</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2008-08-07T18:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: extracting files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248299#M331129</link>
      <description>did you try copying this tar file into the directory and running tar -xvf &lt;TAR_FILENAME&gt; command while sitting in that directory ?&lt;/TAR_FILENAME&gt;</description>
      <pubDate>Thu, 07 Aug 2008 18:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248299#M331129</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2008-08-07T18:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: extracting files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248300#M331130</link>
      <description>forgot to say this in my previous posting, tar -xvf command is dependent on how the tar file was created. If the contents of the tar file starts with slash, i.e., saved from an absolute path, it will try to extract this tar file into the same absolute path, and I don't know if you can do anything to prevent this.&lt;BR /&gt;&lt;BR /&gt;One thing that comes to mind is to unpack the tar archive on a PC or another different machine and import the files to a location you wish them to reside.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Thu, 07 Aug 2008 18:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248300#M331130</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2008-08-07T18:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: extracting files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248301#M331131</link>
      <description>tar -xvf tar_filename</description>
      <pubDate>Thu, 07 Aug 2008 19:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248301#M331131</guid>
      <dc:creator>Yashwant</dc:creator>
      <dc:date>2008-08-07T19:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: extracting files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248302#M331132</link>
      <description>post the output of tar vtf sudo-1.6.9p17.tar.tar &lt;BR /&gt;&lt;BR /&gt;If there is no leading "/" then it was created relatively.  cd to the directory you want then untar. ( you will get all the subdirs, no way around that ).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTW, I believe sudo is available from software.hp.com as a SD depot.  Then there is no need to untar.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Aug 2008 20:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248302#M331132</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-07T20:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: extracting files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248303#M331133</link>
      <description>Note that there's seldom a good reason for a&lt;BR /&gt;file to be named "X.tar.tar", which leads&lt;BR /&gt;one to wonder how you got one (or if you're&lt;BR /&gt;reporting the real file name).  In any case,&lt;BR /&gt;the first step would be one of those&lt;BR /&gt;"tar t [...]" commands, to try to see what&lt;BR /&gt;you have there.</description>
      <pubDate>Thu, 07 Aug 2008 20:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248303#M331133</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-07T20:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: extracting files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248304#M331134</link>
      <description>I'm pretty sure the original name was&lt;BR /&gt;&lt;BR /&gt;sudo-1.6.9p17.tar.gz&lt;BR /&gt;&lt;BR /&gt;If you download such file with a browser on windows, the suggested name will turn&lt;BR /&gt;&lt;BR /&gt;*.tar.gz&lt;BR /&gt;&lt;BR /&gt;into&lt;BR /&gt;&lt;BR /&gt;*.tar.tar&lt;BR /&gt;&lt;BR /&gt;for any reason.&lt;BR /&gt;&lt;BR /&gt;Try to rename it back to&lt;BR /&gt;&lt;BR /&gt;sudo-1.6.9p17.tar.gz&lt;BR /&gt;&lt;BR /&gt;and use "gunzip" to de-compress the file.</description>
      <pubDate>Fri, 08 Aug 2008 04:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248304#M331134</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-08-08T04:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: extracting files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248305#M331135</link>
      <description>Did you get the file from here?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sudo.ws/sudo/dist/sudo-1.6.9p17.tar.gz" target="_blank"&gt;http://www.sudo.ws/sudo/dist/sudo-1.6.9p17.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Aug 2008 05:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248305#M331135</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-08-08T05:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: extracting files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248306#M331136</link>
      <description>&amp;gt;Mel: it will try to extract this tar file into the same absolute path, and I don't know if you can do anything to prevent this.&lt;BR /&gt;&lt;BR /&gt;You toss tar in the garbage and use pax(1) -s instead.  (GNU tar will also work.)</description>
      <pubDate>Fri, 08 Aug 2008 05:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extracting-files/m-p/4248306#M331136</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-08T05:07:27Z</dc:date>
    </item>
  </channel>
</rss>

