1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

aria2c: how to specify destination filename (#4334)

This commit is contained in:
Al Berez 2020-09-13 08:26:37 -07:00 committed by GitHub
parent 2d2258772d
commit 383fd1c2b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,10 @@
`aria2c {{url}}`
- Download the contents of an URL to a file:
`aria2c -o {{filename}} {{url}}`
- Download from multiple sources:
`aria2c {{url_1}} {{url_2}}`