mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
295 B
Markdown
13 lines
295 B
Markdown
![]() |
# ruget
|
||
|
|
||
|
> Alternatif untuk wget yang ditulis dalam Rust.
|
||
|
> Informasi lebih lanjut: <https://github.com/ksk001100/ruget>.
|
||
|
|
||
|
- Unduh konten URL ke file:
|
||
|
|
||
|
`ruget {{https://contoh.com/file}}`
|
||
|
|
||
|
- Unduh konten URL ke file [o]utput tertentu:
|
||
|
|
||
|
`ruget --output {{nama_file}} {{https://contoh.com/file}}`
|