Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

curl download with rate limit default

curl $1 -C - -k -o $2 --limit-rate ${3:-300k}
Comment

curl download with rate limit

curl $1 -C - -k -O  --limit-rate ${2:-300k}
Comment

PREVIOUS NEXT
Code Example
Shell :: pulish changes to firebase function 
Shell :: brew install shopify-cli Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)! 
Shell :: command to convert standard input to arguments for a piped command 
Shell :: How to search for files using ? to match file extension 
Shell :: vim mass replace pattern across multiple files 
Shell :: docker key for linux 
Shell :: 7zip zip multiple folders 
Shell :: separate a line using sed 
Shell :: tag stale git branches to remove them but be able to restore them if necessary 
Shell :: brew install erlang 
Shell :: git init create new version-controlled projects 
Shell :: how to connect to the google in linux 
Shell :: set the environment path variable for ffmpeg by running the following command: 
Shell :: pi auto update and upgrade 
Shell :: docker latest release 
Shell :: applicare o salvare file su kubernetes 
Shell :: thunderbird refresh emails shortcut 
Shell :: Disable Apache in a Django Bitnami Stack 
Shell :: cmd check if environment variable exists 
Shell :: how to check if tab was pressed in bash 
Shell :: drush user login 
Shell :: Check the Principal from the keytab file 
Shell :: sed beginning of file 
Shell :: powershell autocompletion 
Shell :: sed insert string at beginning of line matching pattern 
Shell :: 14 http://packages.ros.org/ros/ubuntu bionic InRelease The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org Fetched 4,680 B in 3s (1,803 B/s) 
Shell :: unorm npm 
Shell :: commentaire bash 
Shell :: github ctags 
Shell :: gentoo enable all fonts 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =