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

View File

@@ -23,3 +23,7 @@
- 특정 파일 및 디렉터리를 재귀적으로 삭제:
`rm --recursive {{경로/대상/파일_또는_폴더1 경로/대상/파일_또는_폴더2 ...}}`
- 빈 디렉토리 제거 (안전한 방법으로 간주됨):
`rm --dir {{경로/대상/폴더}}`