<?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: format to kill a range of processes in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021791#M75787</link>
    <description>Assuming they are all of the same 'name', all spawning it's self over and over, you might give Linux' 'killall' a try.&lt;BR /&gt;&lt;BR /&gt;Unlike the killall of a number of other Unicies, it has the ability to killall of a given process 'name'.</description>
    <pubDate>Mon, 14 Jul 2003 01:15:09 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2003-07-14T01:15:09Z</dc:date>
    <item>
      <title>format to kill a range of processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021787#M75783</link>
      <description>Hello, I'm looking for the command or format to kill a range of processes. I have a bunch of hanging scripts. Lets say hundreds that didn't run correctly and they are just hanging. How would i kill a range of them. &lt;BR /&gt;&lt;BR /&gt;kill -9 (100-999)  &lt;BR /&gt;&lt;BR /&gt;above is assuming i want to kill processes 100 through 999. how would i do that? Thanks in advance. &lt;BR /&gt;&lt;BR /&gt;Kyle</description>
      <pubDate>Fri, 11 Jul 2003 18:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021787#M75783</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-07-11T18:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: format to kill a range of processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021788#M75784</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You can write your own kill (script)&lt;BR /&gt;perl:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$signal = shift;&lt;BR /&gt;$from = shift;&lt;BR /&gt;$to = shift;&lt;BR /&gt;&lt;BR /&gt;for (i = $from; i &amp;lt;= $to; i++)&lt;BR /&gt;{&lt;BR /&gt;  kill ($signal, $i);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 11 Jul 2003 18:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021788#M75784</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-11T18:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: format to kill a range of processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021789#M75785</link>
      <description>See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x836cc1c4ceddd61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x836cc1c4ceddd61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See my post entitled gkill&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 13 Jul 2003 11:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021789#M75785</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-13T11:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: format to kill a range of processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021790#M75786</link>
      <description>echo 2 20 | awk '{ for (i=$1;i&amp;lt;$2;i++) {system(kill i}}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here the 2 20 are the start and end range for the kill script.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Sun, 13 Jul 2003 12:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021790#M75786</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-13T12:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: format to kill a range of processes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021791#M75787</link>
      <description>Assuming they are all of the same 'name', all spawning it's self over and over, you might give Linux' 'killall' a try.&lt;BR /&gt;&lt;BR /&gt;Unlike the killall of a number of other Unicies, it has the ability to killall of a given process 'name'.</description>
      <pubDate>Mon, 14 Jul 2003 01:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/format-to-kill-a-range-of-processes/m-p/3021791#M75787</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-07-14T01:15:09Z</dc:date>
    </item>
  </channel>
</rss>

