no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | snippets [2018/09/21 11:31] (current) – created derchris | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Some useful snippets ====== | ||
| + | |||
| + | ===== wget ===== | ||
| + | |||
| + | ==== Download all .ts files from a directory ==== | ||
| + | |||
| + | wget --cut-dirs=2 -nH -np -r -A .ts -R index.html https:// | ||