You can use xargs for this purpose like this: for i in {1..100} ; do echo ' -o /dev/null http://example.com/foo -:' done | xargs curl -s.
確定! 回上一頁