ruget: add page (#8528)

pull/1/head
Suyash Bhawsar 2022-09-29 11:30:17 +05:30 committed by GitHub
parent 47ac632811
commit 079fd79da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/linux/ruget.md Normal file
View 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}}`