<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: seq equivalent</title>
	<atom:link href="http://www.cyberz.org/blog/2008/02/27/seq-equivalent-on-solarismacosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberz.org/blog/2008/02/27/seq-equivalent-on-solarismacosx/</link>
	<description>Andrea Leofreddi's homepage</description>
	<lastBuildDate>Fri, 27 Jan 2012 22:16:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: brad</title>
		<link>http://www.cyberz.org/blog/2008/02/27/seq-equivalent-on-solarismacosx/comment-page-1/#comment-1115</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Thu, 13 Oct 2011 03:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberz.org/blog/?p=9#comment-1115</guid>
		<description>for X in $(echo &#039;for (i=0;i0]s0 0dsis.li 10&gt;0&#039; &#124; dc); do echo $X; done</description>
		<content:encoded><![CDATA[<p>for X in $(echo &#8216;for (i=0;i0]s0 0dsis.li 10&gt;0&#8242; | dc); do echo $X; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://www.cyberz.org/blog/2008/02/27/seq-equivalent-on-solarismacosx/comment-page-1/#comment-91</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Sat, 18 Sep 2010 10:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberz.org/blog/?p=9#comment-91</guid>
		<description>The sum is obtained in a recursive way thus causing SEGV on big values (stack overflow)</description>
		<content:encoded><![CDATA[<p>The sum is obtained in a recursive way thus causing SEGV on big values (stack overflow)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruce</title>
		<link>http://www.cyberz.org/blog/2008/02/27/seq-equivalent-on-solarismacosx/comment-page-1/#comment-89</link>
		<dc:creator>bruce</dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberz.org/blog/?p=9#comment-89</guid>
		<description>Methinks seq is sane and the above is not.

In addition to the convolutions involved, try running it with any big ranges ... on Solaris 10 and OpenSolaris, it dumps core (SEGV) past a range of 100.  Convoluted programming==BAD!</description>
		<content:encoded><![CDATA[<p>Methinks seq is sane and the above is not.</p>
<p>In addition to the convolutions involved, try running it with any big ranges &#8230; on Solaris 10 and OpenSolaris, it dumps core (SEGV) past a range of 100.  Convoluted programming==BAD!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shylo</title>
		<link>http://www.cyberz.org/blog/2008/02/27/seq-equivalent-on-solarismacosx/comment-page-1/#comment-87</link>
		<dc:creator>Shylo</dc:creator>
		<pubDate>Thu, 15 Jul 2010 02:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberz.org/blog/?p=9#comment-87</guid>
		<description>Thanks.
We use a mix of various GNU/Linux and Solaris machines at work and it&#039;s always bothered me that there was no &quot;seq&quot; on Solaris as I tend to script anything I can and we have a lot of timestamped logs to grep.
It&#039;s in my ${PATH} now :)</description>
		<content:encoded><![CDATA[<p>Thanks.<br />
We use a mix of various GNU/Linux and Solaris machines at work and it&#8217;s always bothered me that there was no &#8220;seq&#8221; on Solaris as I tend to script anything I can and we have a lot of timestamped logs to grep.<br />
It&#8217;s in my ${PATH} now <img src='http://www.cyberz.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: signsmanor85</title>
		<link>http://www.cyberz.org/blog/2008/02/27/seq-equivalent-on-solarismacosx/comment-page-1/#comment-66</link>
		<dc:creator>signsmanor85</dc:creator>
		<pubDate>Tue, 22 Jun 2010 02:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberz.org/blog/?p=9#comment-66</guid>
		<description>Fun forum</description>
		<content:encoded><![CDATA[<p>Fun forum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stafeno</title>
		<link>http://www.cyberz.org/blog/2008/02/27/seq-equivalent-on-solarismacosx/comment-page-1/#comment-9</link>
		<dc:creator>Stafeno</dc:creator>
		<pubDate>Sat, 05 Apr 2008 18:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberz.org/blog/?p=9#comment-9</guid>
		<description>Si può anche utilizzare la seguente espressione:
  echo {1..5}

Ciao</description>
		<content:encoded><![CDATA[<p>Si può anche utilizzare la seguente espressione:<br />
  echo {1..5}</p>
<p>Ciao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Analfabeta</title>
		<link>http://www.cyberz.org/blog/2008/02/27/seq-equivalent-on-solarismacosx/comment-page-1/#comment-4</link>
		<dc:creator>Analfabeta</dc:creator>
		<pubDate>Wed, 19 Mar 2008 15:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberz.org/blog/?p=9#comment-4</guid>
		<description>Otherwise you can try jot

Analfabeta:~ $  jot 5 1
1
2
3
4
5</description>
		<content:encoded><![CDATA[<p>Otherwise you can try jot</p>
<p>Analfabeta:~ $  jot 5 1<br />
1<br />
2<br />
3<br />
4<br />
5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

