uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils

Home Page:https://uutils.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`seq 1 0x1p-1 2` should be accepted

sylvestre opened this issue · comments

with GNU:

1
1.5
2

with our:

seq: invalid hexadecimal argument: '0x1p'
Try 'target/debug/coreutils seq --help' for more information.

Duplicate of #2660. I'll transfer the "good first issue" to there.