Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2004 07:10:21 GMT
From:      Edwin Groothuis <edwin@mavetju.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/75175: jot duplicates numbers in simple invocation: jot 18 1 18
Message-ID:  <200412210710.iBL7ALSX033942@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/75175; it has been noted by GNATS.

From: Edwin Groothuis <edwin@mavetju.org>
To: A Wood <adwood@earthlink.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/75175: jot duplicates numbers in simple invocation: jot 18 1 18
Date: Tue, 21 Dec 2004 18:00:52 +1100

 On Fri, Dec 17, 2004 at 03:39:26AM +0000, A Wood wrote:
 > FreeBSD host 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Nov 20 01:56:53 EST 2004     root@host:/usr/obj/usr/src/sys/HOST  i386
 
 FreeBSD mag.barnet.com.au 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Mon Dec 13 13:18:03 EST 2004     root@mag.barnet.com.au:/usr/src/sys/i386/compile/mag  i386
 
 root@mag:~# jot -s ' ' 17 1
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
 root@mag:~# jot -s ' ' 17 1 17
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
 root@mag:~# jot -s ' ' 18 1
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
 root@mag:~# jot -s ' ' 18 1 18
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
 root@mag:~# jot -s ' ' 35 1 35
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
 root@mag:~# jot -s ' ' 26 1
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
 
 root@mag:/usr/src/usr.bin/jot# md5 *
 MD5 (Makefile) = 849e159b332de19b97b8070ad8621868
 MD5 (jot.1) = 48b637da81528f8ccc2af123cda39294
 MD5 (jot.c) = d490fcdf978aa48946a49d020858153a
 
 The binary is the one from the mini-ISO from 5.3:
 
 MD5 (/usr/bin/jot) = f29ba522b83e1b001811ca84eeb4d6a9
 
 -- 
 Edwin Groothuis      |            Personal website: http://www.mavetju.org
 edwin@mavetju.org    |          Weblog: http://weblog.barnet.com.au/edwin/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412210710.iBL7ALSX033942>