Differences
This shows you the differences between two versions of the page.
| snippets [2018/09/21 09:31] – created derchris | snippets [2026/07/26 21:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ###### |
| - | ===== wget ===== | + | ##### wget |
| - | ==== Download all .ts files from a directory | + | #### Download all .ts files from a directory |
| - | | + | wget --cut-dirs=2 -nH -np -r -A .ts -R index.html |
| + | <https:// | ||