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 :: how to delete all history for specific search term in chrome 
Shell :: gitignore all files and folders in only one folder 
Shell :: comparing file content bash 
Shell :: where is ubuntu installed in windows 10 
Shell :: how to check version of package centos 
Shell :: error when i install sass 
Shell :: svelte typescript 
Shell :: command to Change User Primary Group 
Shell :: crontab command 
Shell :: bbb secret key 
Shell :: rename folder shortcut 
Shell :: install bc command linux 
Shell :: install npm windows subsystem linux 
Shell :: android get armeabi 
Shell :: Pyserial is not installed for /Applications/Xcode.app/Contents/Developer/usr/bin/python3 macos 
Shell :: android studio tortoisegit 
Shell :: Everything up-to-date git push origin main 
Shell :: git remove all user data 
Shell :: powershell display environment variables 
Shell :: sed between two patterns 
Shell :: linux service .net app 
Shell :: how to clear background jobs 
Shell :: sync gitlab wit github 
Shell :: Install Deno - Homebrew (Mac) 
Shell :: kubectl download 
Shell :: restart fstab ununtu 
Shell :: powershell string contains 
Shell :: pushing to existing repo 
Shell :: rename master to main 
Shell :: copying files in Docker to directory gives error 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =