[Bug 236347] "seq -f string" repeats strings wrong times

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 7 07:03:45 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236347

            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 at FreeBSD.org
          Reporter: y at maya.st

% seq -f foo 3
foo
foo
foo
foo

repeated 4 times.

% seq -f foo 0
foo
foo
foo

repeated 3 times.

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


More information about the freebsd-bugs mailing list