HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrustwrittenalternativecliwgetmoreruget
linux

Problem

How to use the ruget command: Alternative to wget written in Rust. More information: <https://github.com/ksk001100/ruget>.

Solution

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 output file:
ruget {{[-o|--output]}} {{file_name}} {{https://example.com/file}}

Code Snippets

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}}

Context

tldr-pages: linux/ruget

Revisions (0)

No revisions yet.