<?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: TAR command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995290#M66580</link>
    <description>in case you've forgotten to say thanks with points, here's the thread to say thanks to those who helped :-)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Aug 2006 04:29:25 GMT</pubDate>
    <dc:creator>Mancboy</dc:creator>
    <dc:date>2006-08-04T04:29:25Z</dc:date>
    <item>
      <title>TAR command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995286#M66576</link>
      <description>Can a single file be extracted from an archived tar file?&lt;BR /&gt;&lt;BR /&gt;I have got around 200 files in a single TAR file and want to extract only few of them.</description>
      <pubDate>Fri, 04 Aug 2006 01:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995286#M66576</guid>
      <dc:creator>Ankit Grover</dc:creator>
      <dc:date>2006-08-04T01:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: TAR command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995287#M66577</link>
      <description>just specify the filename as it appears in the tar file you want after the tar file&lt;BR /&gt;&lt;BR /&gt;In this example I've created a simple tar file of the logs directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# tar cvf k.tar logs/E*&lt;BR /&gt;a logs/EventLog.ltt 8 blocks&lt;BR /&gt;a logs/EventLog_backup_1.ltt 9 blocks&lt;BR /&gt;a logs/EventLog_backup_2.ltt 8 blocks&lt;BR /&gt;a logs/EventLog_backup_3.ltt 8 blocks&lt;BR /&gt;a logs/EventLog_backup_4.ltt 2 blocks&lt;BR /&gt;a logs/EventLog_backup_5.ltt 2 blocks&lt;BR /&gt;a logs/EventLog_backup_6.ltt 8 blocks&lt;BR /&gt;a logs/EventLog_backup_7.ltt 8 blocks&lt;BR /&gt;a logs/EventLog_backup_8.ltt 8 blocks&lt;BR /&gt;a logs/EventLog_backup_9.ltt 98 blocks&lt;BR /&gt;&lt;BR /&gt;# cd logs/output&lt;BR /&gt;&lt;BR /&gt;# tar xvf ../../k.tar logs/EventLog_backup_1.ltt&lt;BR /&gt;x logs/EventLog_backup_1.ltt, 4344 bytes, 9 tape blocks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Had I just type EventLog_backup_1.ltt, it would have failed&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 02:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995287#M66577</guid>
      <dc:creator>Mancboy</dc:creator>
      <dc:date>2006-08-04T02:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: TAR command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995288#M66578</link>
      <description>Hi&lt;BR /&gt;do a tar tvf tarfile_name&lt;BR /&gt;&lt;BR /&gt;this will show what all i sthere in the tar archive&lt;BR /&gt;then do a tar xvf your_file &lt;BR /&gt;to extract one file.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 04 Aug 2006 03:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995288#M66578</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-08-04T03:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: TAR command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995289#M66579</link>
      <description>Thanks for the solution.&lt;BR /&gt;&lt;BR /&gt;tar xvf &lt;TAR_FILE_NAME&gt; &lt;FILE_TO_BE_EXTRACTED&gt;&lt;/FILE_TO_BE_EXTRACTED&gt;&lt;/TAR_FILE_NAME&gt;</description>
      <pubDate>Fri, 04 Aug 2006 03:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995289#M66579</guid>
      <dc:creator>Ankit Grover</dc:creator>
      <dc:date>2006-08-04T03:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: TAR command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995290#M66580</link>
      <description>in case you've forgotten to say thanks with points, here's the thread to say thanks to those who helped :-)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 04:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command/m-p/4995290#M66580</guid>
      <dc:creator>Mancboy</dc:creator>
      <dc:date>2006-08-04T04:29:25Z</dc:date>
    </item>
  </channel>
</rss>

