mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 01:15:23 +02:00
295 B
295 B
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}}