m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>