f3*, fa*: add Korean translation (#14240)

This commit is contained in:
HoJeong Im
2024-10-16 15:50:55 +09:00
committed by GitHub
parent 08eacc5e32
commit c0a22c60ab
8 changed files with 140 additions and 0 deletions

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

@@ -0,0 +1,12 @@
# factor
> 숫자의 소인수분해를 출력.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/factor>.
- 숫자의 소인수분해를 표시:
`factor {{숫자}}`
- 인수가 지정되지 않은 경우, `stdin`에서 입력을 가져옴:
`echo {{숫자}} | factor`