xargs and curl code example
Example: xargs example with curl
Just use xargs to use pipe output as follows:
echo "site_path" | xargs -I % curl http://domain.com/path/%.tar
Just use xargs to use pipe output as follows:
echo "site_path" | xargs -I % curl http://domain.com/path/%.tar