GNU bug report logs - #34670
Implement "seq infinity"

Previous Next

Package: coreutils;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Tue, 26 Feb 2019 15:40:02 UTC

Severity: normal

Done: Bernhard Voelker <mail <at> bernhard-voelker.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Bernhard Voelker <mail <at> bernhard-voelker.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#34670: closed (Implement "seq infinity")
Date: Tue, 26 Feb 2019 16:46:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 26 Feb 2019 17:44:46 +0100
with message-id <ca9a4578-8062-b11b-f7a9-e576ff80e132 <at> bernhard-voelker.de>
and subject line Re: bug#34670: Implement "seq infinity"
has caused the debbugs.gnu.org bug report #34670,
regarding Implement "seq infinity"
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
34670: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34670
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-coreutils <at> gnu.org
Subject: Implement "seq infinity"
Date: Tue, 26 Feb 2019 23:39:08 +0800
I can do
$ sleep infinity
so why not
$ seq infinity
also?


[Message part 3 (message/rfc822, inline)]
From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>,
 34670-done <at> debbugs.gnu.org
Subject: Re: bug#34670: Implement "seq infinity"
Date: Tue, 26 Feb 2019 17:44:46 +0100
On 2/26/19 4:39 PM, 積丹尼 Dan Jacobson wrote:
> I can do
> $ sleep infinity
> so why not
> $ seq infinity
> also?

you already can:

  $ seq infinity | head -n4
  1
  2
  3
  4

And it's documented in the section "Floating point" which is referred
to in the Texinfo manual.

  https://www.gnu.org/software/coreutils/seq

Thus, I'm marking this as done.

Have a nice day,
Berny



This bug report was last modified 6 years and 171 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.