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:
parent
7066c0e0fe
commit
6ac6c6e6c5
1 changed files with 12 additions and 0 deletions
12
pages.id/linux/ruget.md
Normal file
12
pages.id/linux/ruget.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue