findutils icon indicating copy to clipboard operation
findutils copied to clipboard

[xargs] Error: Run commands using arguments derived from standard input

Open hellishvictor opened this issue 1 year ago • 1 comments

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.

hellishvictor avatar May 06 '24 03:05 hellishvictor

No, that's a bug. The status code, 1, is also incorrect, it should be 0.

cakebaker avatar May 06 '24 07:05 cakebaker

Fixed with https://github.com/uutils/findutils/pull/455

cakebaker avatar Mar 31 '25 05:03 cakebaker