m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/wget.md
blob: 4221bbc2f58a68a74ac436eaed2ce88aa7a58e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Downloading with wget

## --page-requisites

Gets all files necessary to display given page (images, sounds, CSS, ...)

    wget -p <url>

## Recursive

Defaults to 5 levels deep.

    wget -r <url>
    wget -r -l <depth> <url>