<?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: extract specific files from backup.tar.gz  in HPUX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670618#M610725</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;gunzip &amp;lt; backup.tar.gz |tar -xvf - &lt;SPECIFIC_FILE&gt;&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;/SPECIFIC_FILE&gt;</description>
    <pubDate>Thu, 05 Aug 2010 09:28:30 GMT</pubDate>
    <dc:creator>rariasn</dc:creator>
    <dc:date>2010-08-05T09:28:30Z</dc:date>
    <item>
      <title>extract specific files from backup.tar.gz  in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670617#M610724</link>
      <description>hello, &lt;BR /&gt;i want to extract a specific file from tar zipped backup what is the commande that i must use ?&lt;BR /&gt;the above commande give no results &lt;BR /&gt;cat backup.tar.gz|gunzip|tar -xvf- specific_file</description>
      <pubDate>Thu, 05 Aug 2010 08:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670617#M610724</guid>
      <dc:creator>ouazir</dc:creator>
      <dc:date>2010-08-05T08:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: extract specific files from backup.tar.gz  in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670618#M610725</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;gunzip &amp;lt; backup.tar.gz |tar -xvf - &lt;SPECIFIC_FILE&gt;&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;/SPECIFIC_FILE&gt;</description>
      <pubDate>Thu, 05 Aug 2010 09:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670618#M610725</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2010-08-05T09:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: extract specific files from backup.tar.gz  in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670619#M610726</link>
      <description>Try: gzcat backup.tar.gz | tar -xvf - specific_file&lt;BR /&gt;Note that file must match the name when it was stored.  You may need -tvf to get the right name.</description>
      <pubDate>Thu, 05 Aug 2010 09:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670619#M610726</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-05T09:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: extract specific files from backup.tar.gz  in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670620#M610727</link>
      <description>To extract the compressed tar archieve target.tar.gz OR .tgz into the current directory in a single step:&lt;BR /&gt;&lt;BR /&gt;# gzip â  d target.tar.gz | tar xf â  &lt;BR /&gt;OR &lt;BR /&gt;&lt;BR /&gt;To list .tgz archieve&lt;BR /&gt;# gzip -dc DIRECTORY.tgz | tar tvf -&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670620#M610727</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-08-05T12:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: extract specific files from backup.tar.gz  in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670621#M610728</link>
      <description>thanks a lot, your replay was helpfull</description>
      <pubDate>Thu, 05 Aug 2010 16:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670621#M610728</guid>
      <dc:creator>ouazir</dc:creator>
      <dc:date>2010-08-05T16:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: extract specific files from backup.tar.gz  in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670622#M610729</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;  The following example would help.&lt;BR /&gt;&lt;BR /&gt;#tar -tvf test.tar&lt;BR /&gt;rwxrwxrwx   0/3      0 Aug  3 10:26 2010 test/&lt;BR /&gt;rw-rw-rw-   0/3      0 Aug  3 10:26 2010 test/cac&lt;BR /&gt;rw-rw-rw-   0/3      0 Aug  3 09:50 2010 test/a1&lt;BR /&gt;rw-rw-rw-   0/3      0 Aug  3 09:50 2010 test/a2&lt;BR /&gt;&lt;BR /&gt;To extract get cac file&lt;BR /&gt;&lt;BR /&gt;#tar -xvf test.tar test/cac&lt;BR /&gt;x test/cac, 0 bytes, 0 tape blocks&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Muru</description>
      <pubDate>Fri, 06 Aug 2010 05:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-specific-files-from-backup-tar-gz-in-hpux/m-p/4670622#M610729</guid>
      <dc:creator>muruganantham raju</dc:creator>
      <dc:date>2010-08-06T05:33:44Z</dc:date>
    </item>
  </channel>
</rss>

