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
cksum -b
According to GNU:
-b, --base64 emit base64-encoded digests, not hexadecimal
Tested in GNU with tests/cksum/cksum-a.sh Source: https://github.com/uutils/coreutils/blob/main/src/uu/cksum/src/cksum.rs
The text was updated successfully, but these errors were encountered:
some work started here: #5122
Sorry, something went wrong.
cksum: adding -b as the short form for --base64
958d882
closes uutils#5706
4312f3c
Successfully merging a pull request may close this issue.
According to GNU:
Tested in GNU with tests/cksum/cksum-a.sh
Source:
https://github.com/uutils/coreutils/blob/main/src/uu/cksum/src/cksum.rs
The text was updated successfully, but these errors were encountered: