mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 23:46:03 +02:00
12 lines
297 B
Markdown
12 lines
297 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://example.com/file}}`
|
|
|
|
- Unduh konten URL ke file [o]utput tertentu:
|
|
|
|
`ruget --output {{nama_file}} {{https://example.com/file}}`
|