Skip to content

cksum: stops when one of given files doesn't exist #5809

@D9nni

Description

@D9nni

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:

$ cksum README.md nothing Cargo.toml 
4037539306 8038 README.md
cksum: nothing: No such file or directory
3830277208 20970 Cargo.toml

uutils:

$ coreutils cksum README.md nothing Cargo.toml 
4037539306 8038 README.md
cksum: nothing: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions