<?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: Help read a file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-read-a-file/m-p/3178205#M794301</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#grep -v killed &lt;FILENAME&gt;&lt;/FILENAME&gt;</description>
    <pubDate>Thu, 29 Jan 2004 20:33:41 GMT</pubDate>
    <dc:creator>V.Tamilvanan</dc:creator>
    <dc:date>2004-01-29T20:33:41Z</dc:date>
    <item>
      <title>Help read a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-read-a-file/m-p/3178204#M794300</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please find attached a file which has the process ID and the process name. &lt;BR /&gt;&lt;BR /&gt;I have to read this file and skip the rows which has the process ID 'Killed'.&lt;BR /&gt;&lt;BR /&gt;Can anyone please help me.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Andy</description>
      <pubDate>Thu, 29 Jan 2004 19:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-read-a-file/m-p/3178204#M794300</guid>
      <dc:creator>Anand_30</dc:creator>
      <dc:date>2004-01-29T19:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help read a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-read-a-file/m-p/3178205#M794301</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#grep -v killed &lt;FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 29 Jan 2004 20:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-read-a-file/m-p/3178205#M794301</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2004-01-29T20:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help read a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-read-a-file/m-p/3178206#M794302</link>
      <description>Hi Andy,&lt;BR /&gt;&lt;BR /&gt;This file has hardly anyline. YOu can simply edit this file, search for "killed" and delete them.&lt;BR /&gt;&lt;BR /&gt;Ofcourse 'grep -v killed file' will get to it.&lt;BR /&gt;&lt;BR /&gt;I wonder if it is what you wanted. Can you elaborate it?&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 30 Jan 2004 00:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-read-a-file/m-p/3178206#M794302</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-30T00:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help read a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-read-a-file/m-p/3178207#M794303</link>
      <description>In case you have to read the whole file&lt;BR /&gt;&lt;BR /&gt;while read -r a b c d e f g  #however many fields&lt;BR /&gt;do&lt;BR /&gt;  if [ "$g" = "killed" ]&lt;BR /&gt;  then&lt;BR /&gt;     # ignore&lt;BR /&gt;  else&lt;BR /&gt;     do something else&lt;BR /&gt;  fi&lt;BR /&gt;&lt;BR /&gt;done &lt;INPUTFILE&gt;&lt;/INPUTFILE&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise grep -i -v killed will work&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 30 Jan 2004 00:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-read-a-file/m-p/3178207#M794303</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-30T00:59:28Z</dc:date>
    </item>
  </channel>
</rss>

