Patch for FreeBSD Port: misc/seq2

Björn König bkoenig at cs.tu-berlin.de
Sun Jun 26 21:19:15 GMT 2005


sammy!!! wrote:

> When running:
> seq2 -s 5 -i -1 -e 0
>    start is greater than end. Exiting...
> is no longer displayed, this is:
> 5
> 4
> 3
> 2
> 1
> 0

Hello,

my mail has nothing to do with your patch. I just like to say, that I 
think that a lot of users use 'jot' which is in the base system of 
FreeBSD and therefore they might not be interested in an extension of 
the old seq2 port. Another alternative is gseq (well known as 'seq' from 
linux-based systems) that will be installed by sysutils/corutils.

 > jot 6 5 0
5
4
3
2
1
0

 > gseq 5 -1 0
5
4
3
2
1
0

Regards
Björn


More information about the freebsd-ports mailing list