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
In a file, several line format may be present at the same time, this is not handled with our implementation.
See:
$ echo -n foo > foo $ ../gnu/src/cksum --algo=sha224 foo > sum $ ../gnu/src/cksum --algo=sha224 --base64 foo >> sum $ cat sum SHA224 (foo) = 0808f64e60d58979fcb676c96ec938270dea42445aeefcd3a4e6f8db SHA224 (foo) = CAj2TmDViXn8tnbJbsk4Jw3qQkRa7vzTpOb42w== $ ../gnu/src/cksum --check sum foo: OK foo: OK $ target/debug/cksum --check sum foo: OK ../target/debug/cksum: WARNING: 1 line is improperly formatted
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In a file, several line format may be present at the same time, this is not handled with our implementation.
See:
The text was updated successfully, but these errors were encountered: