#68921 seq 10 -w doesn't work

Package:
src:coreutils
Source:
coreutils
Submitter:
"H. Nanosecond"
Date:
2025-07-07 22:47:01 UTC
Severity:
wishlist
Tags:
#68921#5
Date:
2000-08-11 01:46:24 UTC
From:
To:
seq does not accept flags after the numerical arguments, unlike most
GNU programs. This is related to the need to accept negative numbers
as non-flags, but it should try harder :-)

[]$ seq 10 -w
src/seq: invalid floating point argument: -w
Try `src/seq --help' for more information.
[]$ src/seq 10 11 1 -w
src/seq: too many arguments
Try `src/seq --help' for more information.