[Linux] 파일에서 한줄씩 읽어서 command 실행하기

250x250
반응형

file.txt 파일에서 한줄씩 읽어서 curl로 호출하기

more file.txt | xargs -I {} curl -X GET http://111.222.333.444/{}.json


반응형

Designed by JB FACTORY