<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016580#M129583</link>
    <description>use xargs first, eg. in the dir with the 200k files;&lt;BR /&gt;&lt;BR /&gt;ls | xargs tar cf &lt;TARFILE&gt;&lt;BR /&gt;&lt;/TARFILE&gt;</description>
    <pubDate>Mon, 07 Jul 2003 09:34:50 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2003-07-07T09:34:50Z</dc:date>
    <item>
      <title>Tar question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016579#M129582</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a directory with approx.200000 files and would like to tar all to 1 file before copying to tape drive.My tar command fails stating that argument list too long.Any ideas on a work around?&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 07 Jul 2003 09:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016579#M129582</guid>
      <dc:creator>Edgar_10</dc:creator>
      <dc:date>2003-07-07T09:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tar question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016580#M129583</link>
      <description>use xargs first, eg. in the dir with the 200k files;&lt;BR /&gt;&lt;BR /&gt;ls | xargs tar cf &lt;TARFILE&gt;&lt;BR /&gt;&lt;/TARFILE&gt;</description>
      <pubDate>Mon, 07 Jul 2003 09:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016580#M129583</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-07-07T09:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tar question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016581#M129584</link>
      <description># tar cvf /tmp/dir.tar /dir &lt;BR /&gt;# tar cvf /dev/rmt/1m /tmp/dir.tar</description>
      <pubDate>Mon, 07 Jul 2003 09:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016581#M129584</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-07T09:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tar question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016582#M129585</link>
      <description>Hi&lt;BR /&gt;Your tar command is failing because you are using "tar cvf /tmp/myfile *" . Instead do:&lt;BR /&gt;"tar cvf /tmp/myfile . "&lt;BR /&gt;(in the case of * the shell replace * by all the files -&amp;gt; your command line is too long), replace it by ., and tar while be executed on the file ., -&amp;gt; ie all files of this directory.&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Mon, 07 Jul 2003 09:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016582#M129585</guid>
      <dc:creator>Bruno Vidal</dc:creator>
      <dc:date>2003-07-07T09:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tar question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016583#M129586</link>
      <description>check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd4ce5a3e6e0bd6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd4ce5a3e6e0bd6118ff40090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Mon, 07 Jul 2003 09:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-question/m-p/3016583#M129586</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-07-07T09:51:06Z</dc:date>
    </item>
  </channel>
</rss>

