bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34670: Implement "seq infinity"


From: Bernhard Voelker
Subject: bug#34670: Implement "seq infinity"
Date: Tue, 26 Feb 2019 17:44:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]