mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
aria2c: how to specify destination filename (#4334)
This commit is contained in:
parent
2d2258772d
commit
383fd1c2b9
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
`aria2c {{url}}`
|
`aria2c {{url}}`
|
||||||
|
|
||||||
|
- Download the contents of an URL to a file:
|
||||||
|
|
||||||
|
`aria2c -o {{filename}} {{url}}`
|
||||||
|
|
||||||
- Download from multiple sources:
|
- Download from multiple sources:
|
||||||
|
|
||||||
`aria2c {{url_1}} {{url_2}}`
|
`aria2c {{url_1}} {{url_2}}`
|
||||||
|
Loading…
Reference in New Issue
Block a user