Skip to content

printf requires \n #152

Description

@adoxa

printf won't output anything unless there's a newline.

U:\>coreutils --version
coreutils 2026.6.16 (multi-call binary)

U:\>coreutils printf test

U:\>coreutils printf test\n
test

U:\>coreutils printf test\nmore
test

U:\>

Edit: echo -n also has the same problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions