pull down to refresh
Took me a moment to get what xargs curl … <input does :) It's great to learn from everyone! Thanks!
xargs curl … <input
Compared to the script below you can reach the command-line length limit with xargs (run it with --show-limits).
xargs
--show-limits
But cool anyway. TIMTOWTDI :)
Took me a moment to get what
xargs curl … <inputdoes :) It's great to learn from everyone! Thanks!Compared to the script below you can reach the command-line length limit with
xargs(run it with--show-limits).But cool anyway. TIMTOWTDI :)