Skip to content
New issue

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: implement --untagged #4860

Merged
merged 1 commit into from
May 14, 2023

Conversation

cakebaker
Copy link
Contributor

This PR implements --untagged.

For the algos bsd, sysv, and crc, the output is the same as without --untagged. For all other algos, the output is <digest> <filename> (instead of <algo name> (<filename>) = <digest> without --untagged).

Closes #3811

@cakebaker cakebaker force-pushed the cksum_implement_untagged branch from 5d57407 to 690fff2 Compare May 14, 2023 14:43
@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/misc/sm3sum is no longer failing!
Congrats! The gnu test tests/tail-2/inotify-dir-recreate is no longer failing!

@sylvestre sylvestre merged commit 49c16a2 into uutils:main May 14, 2023
@cakebaker cakebaker deleted the cksum_implement_untagged branch May 15, 2023 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cksum: implement --untagged
2 participants