rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)

* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
This commit is contained in:
코드싸이
2024-11-09 22:28:34 +09:00
committed by GitHub
parent 166a22671a
commit 624a50f563
65 changed files with 1283 additions and 1 deletions

12
pages.ko/linux/ruget.md Normal file
View File

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