Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. wget -i /Applications/MAMP/htdocs/data/urls.txt -O - >> /Applications/MAMP/htdocs/data/export.txt
  2.  
  3. Total wall clock time: 1h 49m 32s
  4. Downloaded: 9999 files, 3.5M in 0.3s (28.5 MB/s)
  5.  
  6. cat /Applications/MAMP/htdocs/data/urls.txt | tr -d 'r' | xargs -P 10 $(which wget) -i - -O - >> /Applications/MAMP/htdocs/data/export.txt
  7.  
  8. Total wall clock time: 1h 40m 10s
  9. Downloaded: 3943 files, 8.5M in 0.3s (28.5 MB/s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement