본문 바로가기
대학원 공부/computer science

Linux : Curl 명령어

by 월곡동로봇팔 2020. 7. 3.

curl 

curl이란 리눅스의 명령어로,  http 프로토콜을 통해서 쉘상에서 서버로부터 데이터를 가져오는 방법

 

curl 사용방법

$ curl [옵션] [URL]

 

Example)

curl -o index.html http://www.gnu.org/software/bash/manual/html_node/index.html

 

댓글