1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00
tldr/pages/linux/ruget.md
2022-09-29 14:00:17 +08:00

314 B

ruget

Alternative to wget written in Rust. More information: https://github.com/ksk001100/ruget.

  • Download the contents of a URL to a file:

ruget {{https://example.com/file}}

  • Download the contents of a URL to a specified [o]utput file:

ruget --output {{file_name}} {{https://example.com/file}}