1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/linux/ruget.md
frost 6ac6c6e6c5
ruget: add Indonesian translation (#8571)
* ruget: Add Indonesian translation

* Fix small typo
2022-10-03 07:53:26 +05:30

12 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}}`