wget:download_in_the_background
Differences
This shows you the differences between two versions of the page.
wget:download_in_the_background [2016/07/09 23:07] – created peter | wget:download_in_the_background [2019/12/04 22:36] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== wget - Download in the Background ====== | ||
- | |||
- | For a huge download, put the download in background using wget option **-b** as shown below. | ||
- | |||
- | <code bash> | ||
- | wget -b http:// | ||
- | </ | ||
- | |||
- | Displays: | ||
- | |||
- | < | ||
- | Continuing in background, pid 1984. | ||
- | </ | ||
- | |||
- | Output will be written to `wget-log' | ||
- | |||
- | It will initiate the download and gives back the shell prompt to you. You can always check the status of the download using tail -f as shown below. | ||
- | |||
- | <code bash> | ||
- | tail -f wget-log | ||
- | </ | ||
- | |||
- | Displays: | ||
- | |||
- | < | ||
- | Saving to: `strx25-0.9.2.1.tar.bz2.4' | ||
- | |||
- | 0K .......... .......... .......... .......... .......... | ||
- | 50K .......... .......... .......... .......... .......... | ||
- | 100K .......... .......... .......... .......... .......... | ||
- | 150K .......... .......... .......... .......... .......... | ||
- | 200K .......... .......... .......... .......... .......... | ||
- | 250K .......... .......... .......... .......... .......... | ||
- | 300K .......... .......... .......... .......... .......... | ||
- | </ | ||
- | |||
- | Also, make sure to review our previous multitail article on how to use tail command effectively to view multiple files. | ||
- | |||
wget/download_in_the_background.1468105656.txt.gz · Last modified: 2020/07/15 09:30 (external edit)