<?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 tar the directories in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591013#M374917</link>
    <description>Hi Guru's&lt;BR /&gt;&lt;BR /&gt;I need to compress the directories in the name of p2xtmp using the tar command ,under the /tmp file system.&lt;BR /&gt;&lt;BR /&gt;so for this the below command is exact or not.&lt;BR /&gt;&lt;BR /&gt;tar -cvf p2xtmp* p2xtmp.tar &lt;BR /&gt;&lt;BR /&gt;Pls let me know..&lt;BR /&gt;&lt;BR /&gt;Thanks in adcance !!!!!!!!!!1</description>
    <pubDate>Thu, 25 Feb 2010 14:42:47 GMT</pubDate>
    <dc:creator>gany59</dc:creator>
    <dc:date>2010-02-25T14:42:47Z</dc:date>
    <item>
      <title>tar the directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591013#M374917</link>
      <description>Hi Guru's&lt;BR /&gt;&lt;BR /&gt;I need to compress the directories in the name of p2xtmp using the tar command ,under the /tmp file system.&lt;BR /&gt;&lt;BR /&gt;so for this the below command is exact or not.&lt;BR /&gt;&lt;BR /&gt;tar -cvf p2xtmp* p2xtmp.tar &lt;BR /&gt;&lt;BR /&gt;Pls let me know..&lt;BR /&gt;&lt;BR /&gt;Thanks in adcance !!!!!!!!!!1</description>
      <pubDate>Thu, 25 Feb 2010 14:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591013#M374917</guid>
      <dc:creator>gany59</dc:creator>
      <dc:date>2010-02-25T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: tar the directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591014#M374918</link>
      <description>it should be like this &lt;BR /&gt;&lt;BR /&gt;tar -cvf p2xtmp.tar p2xtmp* &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Feb 2010 14:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591014#M374918</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-25T14:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: tar the directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591015#M374919</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The 'tar' utility doesn't compress and the arguments are backwards.  You could do:&lt;BR /&gt;&lt;BR /&gt;# tar -cvf p2xtmp.tar p2xtmp* &lt;BR /&gt;# gzip p2xtmp.tar&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 25 Feb 2010 14:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591015#M374919</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-25T14:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: tar the directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591016#M374920</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You command will not work, but I recommend specifying the full path of the tar file&lt;BR /&gt;&lt;BR /&gt;tar &lt;OPTIONS&gt; &lt;DESTINATION file=""&gt; &lt;FILES to="" tar=""&gt; &lt;BR /&gt;&lt;BR /&gt;SEP&lt;/FILES&gt;&lt;/DESTINATION&gt;&lt;/OPTIONS&gt;</description>
      <pubDate>Thu, 25 Feb 2010 14:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591016#M374920</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-25T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: tar the directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591017#M374921</link>
      <description>&lt;!--!*#--&gt;&amp;gt; # tar -cvf p2xtmp.tar p2xtmp*&lt;BR /&gt;&amp;gt; # gzip p2xtmp.tar&lt;BR /&gt;&lt;BR /&gt;Or, without the intermediate ".tar" file:&lt;BR /&gt;&lt;BR /&gt;tar -cf - p2xtmp* | gzip &amp;gt; p2xtmp.tgz</description>
      <pubDate>Thu, 25 Feb 2010 15:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-the-directories/m-p/4591017#M374921</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-25T15:50:55Z</dc:date>
    </item>
  </channel>
</rss>

