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: [email protected]
Reporter: [email protected]
% 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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"