m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/wget.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-11-23 21:31:07 -0500
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-11-23 21:31:07 -0500
commitbce520c059476dd5af2bbb1edeae8d746dc8b6a2 (patch)
tree9bd63be980d9a97cd5ba6a2944b9481e6a555b2b /wget.md
parent474c139cf2347d93d8ae5664592c295f2169ba47 (diff)
Add wget
Diffstat (limited to 'wget.md')
-rw-r--r--wget.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/wget.md b/wget.md
new file mode 100644
index 0000000..4221bbc
--- /dev/null
+++ b/wget.md
@@ -0,0 +1,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>