Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to download using curl

curl http://some.url --output some.file
Comment

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 save history of commands in linux 
Shell :: No package mongodb-org available. 
Shell :: tar extract powershell 
Shell :: nuget commandline 
Shell :: tkcalendar install 
Shell :: linux Could not find a version that satisfies the requirement 
Shell :: how to reduce slug size heroku 
Shell :: docker compose command bash permission denied 
Shell :: angular add modulee 
Shell :: linux activate ssh 
Shell :: how to get list of files in a folder in batch script 
Shell :: remove untracked files 
Shell :: git rename 
Shell :: libc-bin error 
Shell :: portainer ce install 
Shell :: k8 delete deployment 
Shell :: The "@angular/compiler-cli" package was not properly installed. 
Shell :: mv all files in directory to parent 
Shell :: linux uninstall package 
Shell :: how to get directory size in linux 
Shell :: kubectl for windows 
Shell :: ubuntu install ssh-agent 
Shell :: best linux vpn server 
Shell :: homebrew install mac 
Shell :: reboot ubuntu 
Shell :: Installing the virtualenv module 
Shell :: conda install regex 
Shell :: stop nginx service 
Shell :: list user groups linux 
Shell :: linux check package manager 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =