https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236458
Bug ID: 236458
Summary: "seq -f%1.0f" repeats 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]
# good
% seq -f%f 0 0.1 1 | wc -l
11
# bad
% seq -f%1.0f 0 0.1 1 | wc -l
12
# good on 11.2-RELEASE
% seq -f%1.0f 0 0.1 1 | wc -l
11
--
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]"