<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Solutions Log &#187; scripting</title>
	<atom:link href="http://solutions.unixsherpa.com/tag/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.unixsherpa.com</link>
	<description>by Dan Reiland</description>
	<lastBuildDate>Fri, 16 Apr 2010 20:28:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mac OSX does not contain seq</title>
		<link>http://solutions.unixsherpa.com/2009/06/15/mac-osx-does-not-contain-seq/</link>
		<comments>http://solutions.unixsherpa.com/2009/06/15/mac-osx-does-not-contain-seq/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 20:07:15 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Apple OSX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://solutions.unixsherpa.com/?p=99</guid>
		<description><![CDATA[seq is used for generating a series of numbers. Mac OSX does not contain this. To overcome the limitation, install MacPorts and issue the following command: 1sudo port install seq You will also note that seq is not available from a shell prompt, that is because it exists as gseq. Symbolically link it: 1sudo ln [...]]]></description>
			<content:encoded><![CDATA[<p><em>seq</em> is used for generating a series of numbers.</p>
<p>Mac OSX does not contain this. To overcome the limitation, install <a href="http://www.macports.org/">MacPorts</a> and issue the following command:<br />
</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo port install seq</div></td></tr></tbody></table></div>
<p>
You will also note that <em>seq</em> is not available from a shell prompt, that is because it exists as <em>gseq</em>. Symbolically link it:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo ln -s /opt/local/bin/gseq /opt/local/bin/seq</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://solutions.unixsherpa.com/2009/06/15/mac-osx-does-not-contain-seq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/11 queries in 0.073 seconds using disk
Object Caching 377/385 objects using disk

Served from: solutions.unixsherpa.com @ 2010-09-10 01:26:44 -->