Wget

From wikinotes
Revision as of 01:20, 14 June 2022 by Will (talk | contribs) (→‎Usage)

wget helps you download files, or entire websites.

Documentation

man wget https://man.archlinux.org/man/extra/wget/wget.1.en

Usage

common flags

wget \
  --recursive \
  --convert-links \
  --no-parent \
  --tries=1 \
  --timeout=5 \
  -R "*exclude/me*" \
  'https://foo.domain.com'