diff --git a/pages/linux/ruget.md b/pages/linux/ruget.md new file mode 100644 index 000000000..42e594fc2 --- /dev/null +++ b/pages/linux/ruget.md @@ -0,0 +1,12 @@ +# ruget + +> Alternative to wget written in Rust. +> More information: . + +- 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}}`