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 ...
- xargs prompts with the same string, but executes di... 積丹尼 Dan Jacobson
- Re: xargs prompts with the same string, but ex... Assaf Gordon
- Re: xargs prompts with the same string, bu... Eric Blake
- Re: xargs prompts with the same string... 積丹尼 Dan Jacobson
- Re: xargs prompts with the same string, bu... 積丹尼 Dan Jacobson
- Re: xargs prompts with the same string... James Youngman
- Re: xargs prompts with the same st... Eric Blake
- Re: xargs prompts with the sa... Bernhard Voelker
- Re: xargs prompts with th... Eric Blake
- Re: xargs prompts wit... 積丹尼 Dan Jacobson
- Re: xargs prompts wit... James Youngman