<?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 - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459595#M13607</link>
    <description>It may be a foolish method, but you can try this:&lt;BR /&gt;&lt;BR /&gt;# ls -l | grep "Oct 30" | awk '{print $NF}' | tar -cvf [Tape Drive] &lt;BR /&gt;&lt;BR /&gt;Anthony Wong</description>
    <pubDate>Tue, 31 Oct 2000 02:32:49 GMT</pubDate>
    <dc:creator>Mr Anthony Wong</dc:creator>
    <dc:date>2000-10-31T02:32:49Z</dc:date>
    <item>
      <title>tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459594#M13606</link>
      <description>How can i use tar command to tar the certain file , eg tar only 30 Oct 2000 created file.</description>
      <pubDate>Tue, 31 Oct 2000 01:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459594#M13606</guid>
      <dc:creator>Kenn Chen</dc:creator>
      <dc:date>2000-10-31T01:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459595#M13607</link>
      <description>It may be a foolish method, but you can try this:&lt;BR /&gt;&lt;BR /&gt;# ls -l | grep "Oct 30" | awk '{print $NF}' | tar -cvf [Tape Drive] &lt;BR /&gt;&lt;BR /&gt;Anthony Wong</description>
      <pubDate>Tue, 31 Oct 2000 02:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459595#M13607</guid>
      <dc:creator>Mr Anthony Wong</dc:creator>
      <dc:date>2000-10-31T02:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459596#M13608</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;You can try that...&lt;BR /&gt;&lt;BR /&gt;sample))&lt;BR /&gt;# tar cvf - `ls -l | grep "Oct 30" | awk '{print $9}'` | dd of=/dev/rmt/0m bs=128k&lt;BR /&gt;&lt;BR /&gt;"tar" can execute interprocess communication with only "dd".</description>
      <pubDate>Tue, 31 Oct 2000 05:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459596#M13608</guid>
      <dc:creator>sung-hoon chang</dc:creator>
      <dc:date>2000-10-31T05:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459597#M13609</link>
      <description>you could use also:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ls -l | grep "Oct 30" | awk '{print $NF}' | cpio -o &amp;gt; /dev/rmt/cxtxdx   ( tape device)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;federico</description>
      <pubDate>Tue, 31 Oct 2000 10:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459597#M13609</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-10-31T10:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459598#M13610</link>
      <description>Alternately, you can use a command like:&lt;BR /&gt;&lt;BR /&gt;find / -mtime 10 | xargs tar cvf /dev/rmt/xxxx&lt;BR /&gt;&lt;BR /&gt;which will tar all files on your system&lt;BR /&gt;having been modified in exactly 10 days.&lt;BR /&gt;&lt;BR /&gt;Use atime for files being accessed..&lt;BR /&gt;&lt;BR /&gt;The disadvantage is that you have to compute&lt;BR /&gt;the number of days but this can easily be&lt;BR /&gt;done by a shell or perl script, allowing &lt;BR /&gt;to replace the fixed figure by a variable.&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Thu, 02 Nov 2000 12:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459598#M13610</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-11-02T12:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459599#M13611</link>
      <description>Only as an addition to Dan's reply,&lt;BR /&gt;if you already use Perl for the date conversion stuff I'd do the filesystem scour from within Perl as well, using Perl's standard File::Find module and define in two lines a callback sub reference.</description>
      <pubDate>Thu, 02 Nov 2000 13:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/2459599#M13611</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2000-11-02T13:24:42Z</dc:date>
    </item>
  </channel>
</rss>

