We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: Ubuntu 24.04, uutils main branch (git commit 2430e2a), GNU coreutils v9.6.8-fbfd88-dirty
main
Steps to reproduce:
numfmt --from=iec-i 1
What happens now: uutils numfmt complains about a missing suffix:
numfmt
numfmt: missing 'i' suffix in input: '1' (e.g Ki/Mi/Gi)
What I expected to happen: GNU numfmt succeeds, assuming the number is given in bytes:
1
Notes: this is causing a failure in the GNU test file tests/misc/numfmt.pl.
tests/misc/numfmt.pl
The text was updated successfully, but these errors were encountered:
hey im interested in helping with this. Can this be Assigned to me?
Sorry, something went wrong.
@melonSorbet yes, you can work on it.
No branches or pull requests
Environment: Ubuntu 24.04, uutils
main
branch (git commit 2430e2a), GNU coreutils v9.6.8-fbfd88-dirtySteps to reproduce:
What happens now: uutils
numfmt
complains about a missing suffix:What I expected to happen: GNU
numfmt
succeeds, assuming the number is given in bytes:Notes: this is causing a failure in the GNU test file
tests/misc/numfmt.pl
.The text was updated successfully, but these errors were encountered: