📜  xargs curl url - Shell-Bash 代码示例

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

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