--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # 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 output file: `ruget {{[-o|--output]}} {{file_name}} {{https://example.com/file}}`