Answers for "how to download a text file with curl"

0

how to download a text file with curl

//this downloads the file specified
curl "http://standards-oui.ieee.org/oui/oui.txt" --output macvendors.txt
Posted by: Guest on July-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language