diff --git a/guide/english/linux/how-to-download-files-with-wget/index.md b/guide/english/linux/how-to-download-files-with-wget/index.md index 26c2782cc8..21ff9823fe 100644 --- a/guide/english/linux/how-to-download-files-with-wget/index.md +++ b/guide/english/linux/how-to-download-files-with-wget/index.md @@ -43,4 +43,10 @@ wget --mirror --no-parent https://ftp.gnu.org/gnu/ ``` wget --ftp-user=username --ftp-password=password ftp://example.com ``` + +### Download files in background +``` +wget -b /wget/log.txt ftp://ftp.gnu.org/gnu/wget/wget-1.10.1.tar.gz.sig +``` + You can play with remaining features of the ``wget`` utility