1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/ruget.md

13 lines
328 B
Markdown
Raw Normal View History

# ruget
> Rust로 작성된 wget의 대안 도구.
> 더 많은 정보: <https://github.com/ksk001100/ruget>.
- URL의 콘텐츠를 파일로 다운로드:
`ruget {{https://example.com/file}}`
- URL의 콘텐츠를 지정한 [o]출력 파일로 다운로드:
`ruget --output {{파일_이름}} {{https://example.com/file}}`