Skip to content

Only first argument is printed #5

@rhubinak

Description

@rhubinak

Running yes with more than one argument ignores other argument and does not print them.

Example:

./yes a b
a
a
a
..

Expected:

./yes a b
a b
a b
a b
..

This is different from both GNU binutils, uutils and bsdutils which print all arguments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions