Re: need enhance feature for CBO :)

From: Jared Still <jkstill_at_gmail.com>
Date: Thu, 13 Nov 2008 08:17:04 -0800
Message-ID: <bf46380811130817n48d4e271td8b74e13610bc051@mail.gmail.com>


On Thu, Nov 13, 2008 at 3:21 AM, Mark W. Farnham <mwf_at_rsiz.com> wrote:

> and you can spend your time figuring out the best way to
> generate a list of values from 0 (or 1) through the max value. (That might
> be perl [grinning in Jared's direction]

This works - just change the argument 2000 to whatever. The second argument (end of the line) is the delimiter to print.

perl -e '@x=(1..$ARGV[0]);print join(qq{$ARGV[1]},@x)' 2000 ' '

:)

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Nov 13 2008 - 10:17:04 CST

Original text of this message