mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 07:49:49 +00:00
Update cheatsheets
This commit is contained in:
17
linux/ruget
Normal file
17
linux/ruget
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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 [o]utput file:
|
||||
|
||||
`ruget --output {{file_name}} {{https://example.com/file}}`
|
||||
Reference in New Issue
Block a user