Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

download a file using curl

$  curl -o taglist.zip http://www.vim.org/scripts/download_script.php?src_id=7701
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 50243  100 50243    0     0   170k      0 --:--:-- --:--:-- --:--:--  400k
Comment

download a file using curl

$ curl -O http://www.openss7.org/repos/tarballs/strx25-0.9.2.1.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
 28 3762k   28 1085k    0     0  72771      0  0:00:52  0:00:15  0:00:37 54267
Comment

PREVIOUS NEXT
Code Example
Shell :: Input is required, but Expo CLI 
Shell :: how to reset all github credentials 
Shell :: Run Google Colab With Local Files 
Shell :: how toinstall npm on manjaro 
Shell :: enable virtualization mac pro 
Shell :: github add image readme 
Shell :: expo font install 
Shell :: install rasa 
Shell :: git merge vs git merge --no-ff 
Shell :: discord linux arch 
Shell :: create batch file to delete folders 
Shell :: git get commit author 
Shell :: gh create github repo 
Shell :: git pull shows already up to date 
Shell :: terminal remove files starting with 
Shell :: how to remove dpkg package in ubuntu 
Shell :: linux move all files up a directory 
Shell :: show commit differences between branches git 
Shell :: bash switch case 
Shell :: how to check directory size in linux 
Shell :: Kali - How to Uninstall Software on Kali Linux 
Shell :: how to remove git from vs code 
Shell :: sed remove line after match 
Shell :: brew mac 
Shell :: get all branches git 
Shell :: Installing the virtualenv for you app 
Shell :: conda install keyboard 
Shell :: vim insert text at the the beginning of multiple lines 
Shell :: running shell commands nodejs 
Shell :: chmod: Unable to change file mode Operation not permitted 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =