On Thu, Apr 1, 2010 at 6:58 PM, [email protected] <[email protected]> wrote:
> I'm trying to use seq to count backwards from 10 down to 5 in increments
> of 1 (os x 10.6.3)
>
> $ seq 10 -1 5
> fish: invalid option -- 1
>
> Does anyone else get the same error?

s...@yantram ~> seq 10 -1 5
10
9
8
7
6
5

s...@yantram ~> fish --version
fish, version 1.23.1

s...@yantram ~> uname -a
Linux yantram 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:08:25 UTC 2010
i686 Intel(R) Atom(TM) CPU 330 @ 1.60GHz GenuineIntel GNU/Linux

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to