1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:22:08 +02:00

ruget: add Indonesian translation (#8571)

* ruget: Add Indonesian translation

* Fix small typo
This commit is contained in:
frost 2022-10-03 09:23:26 +07:00 committed by GitHub
parent 7066c0e0fe
commit 6ac6c6e6c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages.id/linux/ruget.md Normal file
View file

@ -0,0 +1,12 @@
# 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}}`