cURL: client URL
cURL μμ²μ λ³λ ¬λ‘ μ€ννκ³ μ ν λ μλμ κ°μ λ°©λ²μ μ¬μ©ν μ μλ€.
- URL List κ° λ΄κΈ΄ txt νμΌ μμ±
- e.g.
url-list.txt
- e.g.
- xargs λͺ
λ Ήμ΄λ₯Ό ν΅ν curl μμ²
-
e.g.
xargs -P 3 -n 1 curl -0 < url-list.txt -
About options
P: max-procsn: max-args
-
μ)
-
File:
url-list.txthttps://www.apple.com https://www.bestbuy.com https://www.craigslist.org -
Send Request:
xargs -P 3 -n 1 curl -0 < url-list.txt