mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 20:15:23 +02:00
ruget: add page (#8528)
This commit is contained in:
parent
47ac632811
commit
079fd79da2
1 changed files with 12 additions and 0 deletions
12
pages/linux/ruget.md
Normal file
12
pages/linux/ruget.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue