fmt, fnm, fo*: add Korean translation (#14272)

This commit is contained in:
HoJeong Im
2024-10-21 01:02:34 +09:00
committed by GitHub
parent e01f88e9e9
commit 82ce7f344f
12 changed files with 232 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# fortune
> 무작위 인용구 출력 (fortune-cookie style).
> 더 많은 정보: <https://manned.org/fortune>.
- 인용구 출력:
`fortune`
- 공격적인 인용구 출력:
`fortune -o`
- 길이가 긴 인용구 출력:
`fortune -l`
- 길이가 짧은 인용구 출력:
`fortune -s`
- 사용 가능한 인용구 데이터베이스 파일 목록 나열:
`fortune -f`
- `fortune -f`에 나열된 데이터베이스 파일 중 하나에서 인용문을 출력:
`fortune {{경로/대상/파일}}`