findutils
findutils copied to clipboard
[xargs] Error: Run commands using arguments derived from standard input
Hi, running xargs --help shows:
Error: Run commands using arguments derived from standard input
Usage: xargs [OPTIONS] [COMMAND]...
Arguments:
[COMMAND]... The command to runa
etc...
Is that "Error" the right expect behaviour? I'm on Win 7 x64. Cheers.
No, that's a bug. The status code, 1, is also incorrect, it should be 0.
Fixed with https://github.com/uutils/findutils/pull/455