bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xargs prompts with the same string, but executes differently


From: 積丹尼 Dan Jacobson
Subject: xargs prompts with the same string, but executes differently
Date: Tue, 23 Jul 2019 23:59:44 +0800

Proof that xargs prompts with the same string, but executes differently:

$ echo 0 0 | xargs -p -I{} xdotool mousemove {} click 1 mousemove restore
xdotool mousemove 0 0 click 1 mousemove restore ?...y
xdotool: Unknown command: 1
Run 'xdotool help' if you want a command list
$ echo | xargs -p xdotool mousemove 0 0 click 1 mousemove restore
xdotool mousemove 0 0 click 1 mousemove restore ?...y
$ xargs --version
xargs (GNU findutils) 4.6.0.235-f254 ...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]