User Tools

Site Tools


wget:download_multiple_files_urls

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wget:download_multiple_files_urls [2016/07/09 23:16] – created peterwget:download_multiple_files_urls [2019/12/04 22:37] (current) – removed peter
Line 1: Line 1:
-====== wget - Download Multiple Files / URLs ====== 
- 
-First, store all the download files or URLs in a text file as: 
- 
-<code bash> 
-cat > download-file-list.txt 
-</code> 
- 
-Displays: 
- 
-<code> 
-URL1 
-URL2 
-URL3 
-URL4 
-</code> 
- 
-Next, give the download-file-list.txt as argument to wget using -i option as shown below. 
- 
-<code bash> 
-wget -i download-file-list.txt 
-</code> 
- 
  
wget/download_multiple_files_urls.1468106211.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki