file.txt 파일에서 한줄씩 읽어서 curl로 호출하기more file.txt | xargs -I {} curl -X GET http://111.222.333.444/{}.json
ls | xargs rm -f