<?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: DELETING FILES THAT ARE CONTAINED IN A FILE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424480#M723</link>
    <description>Thanks Brian...  I changed the -i to a -f to allow the "larger" script to process fully.</description>
    <pubDate>Thu, 01 Jun 2000 12:23:41 GMT</pubDate>
    <dc:creator>Kurt Greener</dc:creator>
    <dc:date>2000-06-01T12:23:41Z</dc:date>
    <item>
      <title>DELETING FILES THAT ARE CONTAINED IN A FILE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424478#M721</link>
      <description>I am having a little trouble figuring out how to delete files from a list that is contained in a file.  I have created a script to pull the list of files off the tape backup, clean up the file using sed and grep, then send the output to a file.</description>
      <pubDate>Thu, 01 Jun 2000 11:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424478#M721</guid>
      <dc:creator>Kurt Greener</dc:creator>
      <dc:date>2000-06-01T11:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: DELETING FILES THAT ARE CONTAINED IN A FILE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424479#M722</link>
      <description>Try the following script:&lt;BR /&gt;&lt;BR /&gt;cat filelist | while read file&lt;BR /&gt;   do&lt;BR /&gt;   rm -i $file&lt;BR /&gt;   done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Brian &lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2000 12:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424479#M722</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-06-01T12:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: DELETING FILES THAT ARE CONTAINED IN A FILE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424480#M723</link>
      <description>Thanks Brian...  I changed the -i to a -f to allow the "larger" script to process fully.</description>
      <pubDate>Thu, 01 Jun 2000 12:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424480#M723</guid>
      <dc:creator>Kurt Greener</dc:creator>
      <dc:date>2000-06-01T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: DELETING FILES THAT ARE CONTAINED IN A FILE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424481#M724</link>
      <description>In either the Korn or POSIX shells, use:&lt;BR /&gt;&lt;BR /&gt;rm -i $(&amp;lt; filelist)</description>
      <pubDate>Mon, 05 Jun 2000 11:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424481#M724</guid>
      <dc:creator>Robert Haney</dc:creator>
      <dc:date>2000-06-05T11:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: DELETING FILES THAT ARE CONTAINED IN A FILE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424482#M725</link>
      <description>I got some ideas&lt;BR /&gt;1)awk '{print "rm $0"}' file_1 &amp;gt; file_2&lt;BR /&gt;where: &lt;BR /&gt;1.1)file_1 contain files you want to delete&lt;BR /&gt;1.2)file_2 contain commands for rm files&lt;BR /&gt;&lt;BR /&gt;2)cat file_1 | xargs -i -t rm {}&lt;BR /&gt;2.1)file_1 contain full path to files you want to delete</description>
      <pubDate>Tue, 06 Jun 2000 04:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deleting-files-that-are-contained-in-a-file/m-p/2424482#M725</guid>
      <dc:creator>keh</dc:creator>
      <dc:date>2000-06-06T04:54:28Z</dc:date>
    </item>
  </channel>
</rss>

