if*, ignite, ilbmtoppm, im*: add Korean translation (#14667)

This commit is contained in:
HoJeong Im
2024-11-06 17:24:36 +09:00
committed by GitHub
parent 2e6a0c72ed
commit 07ab2a759a
12 changed files with 211 additions and 0 deletions

12
pages.ko/common/ifne.md Normal file
View File

@@ -0,0 +1,12 @@
# ifne
> `stdin`의 비어 있음에 따라 명령을 실행.
> 더 많은 정보: <https://joeyh.name/code/moreutils/>.
- `stdin`이 비어 있지 않은 경우에만 지정된 명령을 실행:
`ifne {{명령어 옵션 ...}}`
- `stdin`이 비어 있는 경우에만 지정된 명령을 실행하고, 그렇지 않으면 `stdin``stdout`에 전달:
`ifne -n {{명령어 옵션 ...}}`