mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
413 B
Plaintext
18 lines
413 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|