commands.sh

ruget

linux

Alternative to wget written in Rust.

More info →

Options (1)

-o, --outputboolean

Download the contents of a URL to a specified output file

Example: ruget {{[-o|--output]}} {{file_name}} {{https://example.com/file}}

Examples (2)

Download the contents of a URL to a file

ruget https://example.com/file

Download the contents of a URL to a specified output file

ruget [-o|--output] file_name https://example.com/file
made by @shridhargupta | data from tldr-pages