Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Mar 2019 07:03:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236347] "seq -f string" repeats strings wrong times
Message-ID:  <bug-236347-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236347

            Bug ID: 236347
           Summary: "seq -f string" repeats strings wrong times
           Product: Base System
           Version: 12.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: y@maya.st

% seq -f foo 3
foo
foo
foo
foo

repeated 4 times.

% seq -f foo 0
foo
foo
foo

repeated 3 times.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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