maroph

curl: Multifile Download

Feb 29th, 2016
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. # Source: https://twitter.com/climagic/status/699476595673845761
  2. # Download images named IMG_0001.jpg through IMG_0105.jpg and save with different name.
  3. curl 'http://web.host/IMG_0[001-105].jpg …' -o "trip#1.jpg"
Add Comment
Please, Sign In to add comment