From f0524ad9f9575596470aa4487681d281a753b204 Mon Sep 17 00:00:00 2001 From: Tedo Haris Chandra Date: Wed, 27 Mar 2019 08:08:07 +0700 Subject: [PATCH] Help adding articles how to download files in the background using wget on Linux (#29936) --- .../english/linux/how-to-download-files-with-wget/index.md | 6 ++++++ 1 file changed, 6 insertions(+) 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