Skip to content

dd: should error on count=B but doesn't #5904

@jfinkels

Description

@jfinkels

Coreutils dd:

$ : | dd count=B
dd: invalid number: ‘B’

uutils dd:

$ : | ./target/debug/dd count=B
0+0 records in
0+0 records out
0 bytes copied, 2.9087e-04 s, 0.0 B/s

This is from the GNU test suite file tests/dd/bytes.sh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions