📜  带有 curl 的 xargs 示例 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:51.690000             🧑  作者: Mango

代码示例1
Just use xargs to use pipe output as follows:
echo "site_path" | xargs -I % curl http://domain.com/path/%.tar