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.