<?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 list numbers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/list-numbers/m-p/3566653#M702602</link>
    <description>Dear All, &lt;BR /&gt;&lt;BR /&gt;I have saw a thread in this forum that I could do like this, &lt;BR /&gt;&lt;BR /&gt;for i in `xxx 1 9`&lt;BR /&gt;do&lt;BR /&gt;echo $i&lt;BR /&gt;done&lt;BR /&gt;1 2 3 4 5 6 7 8 9&lt;BR /&gt;&lt;BR /&gt;I forgot what command is xxx, anyone knows it ? Thank you.</description>
    <pubDate>Mon, 20 Jun 2005 01:47:15 GMT</pubDate>
    <dc:creator>Matthew_50</dc:creator>
    <dc:date>2005-06-20T01:47:15Z</dc:date>
    <item>
      <title>list numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-numbers/m-p/3566653#M702602</link>
      <description>Dear All, &lt;BR /&gt;&lt;BR /&gt;I have saw a thread in this forum that I could do like this, &lt;BR /&gt;&lt;BR /&gt;for i in `xxx 1 9`&lt;BR /&gt;do&lt;BR /&gt;echo $i&lt;BR /&gt;done&lt;BR /&gt;1 2 3 4 5 6 7 8 9&lt;BR /&gt;&lt;BR /&gt;I forgot what command is xxx, anyone knows it ? Thank you.</description>
      <pubDate>Mon, 20 Jun 2005 01:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-numbers/m-p/3566653#M702602</guid>
      <dc:creator>Matthew_50</dc:creator>
      <dc:date>2005-06-20T01:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: list numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-numbers/m-p/3566654#M702603</link>
      <description>You probably have seen the seq command.&lt;BR /&gt;You usually find it on Linux systems.&lt;BR /&gt;I'm afraid to my knowing HP-UX doesn't provide this.&lt;BR /&gt;You either google for a download&lt;BR /&gt;(it must be OpenSource) or you implement your own seq() shell function which shouldn't be too difficult.&lt;BR /&gt;As a workround I usually use a while loop like such&lt;BR /&gt; &lt;BR /&gt;typeset -i i=0;while (( i &amp;lt;= 10 ));do echo $i;((i+=1));done&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jun 2005 01:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-numbers/m-p/3566654#M702603</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-06-20T01:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: list numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-numbers/m-p/3566655#M702604</link>
      <description>I just checked on a Linux box in my vicinity.&lt;BR /&gt;Actually seq is part of the coreutils package&lt;BR /&gt;which sounds very rudimentary.&lt;BR /&gt; &lt;BR /&gt;$ uname -srv&lt;BR /&gt;Linux 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003&lt;BR /&gt; &lt;BR /&gt;$ rpm -qf $(which seq)&lt;BR /&gt;coreutils-4.5.3-19&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jun 2005 02:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-numbers/m-p/3566655#M702604</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-06-20T02:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: list numbers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-numbers/m-p/3566656#M702605</link>
      <description>thanks, thru...system admins always lazy to keystroke the repeat things:-)</description>
      <pubDate>Mon, 20 Jun 2005 02:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-numbers/m-p/3566656#M702605</guid>
      <dc:creator>Matthew_50</dc:creator>
      <dc:date>2005-06-20T02:03:25Z</dc:date>
    </item>
  </channel>
</rss>

