TheracAriane@thebrainbin.org to @linux on Linux.Community@linux.community · 6 days agocurlcurl.seexternal-linkmessage-square6fedilinkarrow-up14file-textcross-posted to: linuxquestions@lemmy.zip
arrow-up14external-linkcurlcurl.seTheracAriane@thebrainbin.org to @linux on Linux.Community@linux.community · 6 days agomessage-square6fedilinkfile-textcross-posted to: linuxquestions@lemmy.zip
minus-square48954246@lemmy.worldlinkfedilinkEnglisharrow-up3·6 days agoNot quite the right way of thinking about it. curl is a program that can be used from a terminal. Servers are often interacted with via URLs. curl is just one of many tools for interacting with them. If you have access to a terminal with curl installed I would suggest running man curl and having a read of the output. Alternatively it can be read here: https://www.man7.org/linux/man-pages/man1/curl.1.html
Not quite the right way of thinking about it.
curlis a program that can be used from a terminal.Servers are often interacted with via URLs.
curlis just one of many tools for interacting with them.If you have access to a terminal with
curlinstalled I would suggest runningman curland having a read of the output.Alternatively it can be read here:
https://www.man7.org/linux/man-pages/man1/curl.1.html