From owner-freebsd-bugs@FreeBSD.ORG Tue Dec 21 07:10:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4FEE16A4CE for ; Tue, 21 Dec 2004 07:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A8043D31 for ; Tue, 21 Dec 2004 07:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBL7ALtJ033943 for ; Tue, 21 Dec 2004 07:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBL7ALSX033942; Tue, 21 Dec 2004 07:10:21 GMT (envelope-from gnats) Date: Tue, 21 Dec 2004 07:10:21 GMT Message-Id: <200412210710.iBL7ALSX033942@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Edwin Groothuis Subject: Re: misc/75175: jot duplicates numbers in simple invocation: jot 18 1 18 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edwin Groothuis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 07:10:21 -0000 The following reply was made to PR bin/75175; it has been noted by GNATS. From: Edwin Groothuis To: A Wood 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/