-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
cksum: stops when one of given files doesn't exist #5809
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
Labels
Comments
I could take this issue on, should be a quick fix to just match on the attempt to open the file and then carry on. |
@Hwatwasthat sure, go ahead :) |
i am sorry i am new to open source contribution am i doing right is their any other way |
No no that's fine, I was just offering to help out, nothing more :) |
cakebaker
pushed a commit
that referenced
this issue
Jan 15, 2024
* cksum: stops when one of given files doesn't exist #5809 * removed printld cksum: stops when one of given files doesn't exist #5809 * formatting the code cksum: stops when one of given files doesn't exist #5809 * formatting the code cksum: stops when one of given files doesn't exist #5809 * set exist status cksum: stops when one of given files doesn't exist #5809 * code quality formatting issue cksum: stops when one of given files doesn't exist #5809 * tertsdiepraam idea cksum: stops when one of given files doesn't exist #5809 * one new test case and deleted duplicate show cksum: stops when one of given files doesn't exist #5809 * formatting the test cases cksum: stops when one of given files doesn't exist #5809 * Revert "formatting the test cases cksum: stops when one of given files doesn't exist #5809" This reverts commit 8c382f1. * reverting the changes and committing again due to a mistake cksum: stops when one of given files doesn't exist #5809 --------- Co-authored-by: biplab5464 <biplab5464@outlook.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GNU
cksum
shows an error message when a file does not exist and continues work with the next given arguments, while uutils cksum stops when error occurs.GNU:
uutils:
The text was updated successfully, but these errors were encountered: