freebsd/*,netbsd/*,openbsd/*,sunos/*: add Korean translation (#13120)

* freebsd/*: add Korean translation

* netbsd/*: add Korean translation

* openbsd/*: add Korean translation

* sunos/*: add Korean translation

* freebsd/look: update Korean translation

* prstat: fix placeholder
This commit is contained in:
코드싸이
2024-06-23 21:09:13 +09:00
committed by GitHub
parent c0889e7573
commit 67f1a6914b
39 changed files with 817 additions and 0 deletions

21
pages.ko/freebsd/look.md Normal file
View File

@@ -0,0 +1,21 @@
# look
> 정렬된 파일에서 접두사로 시작하는 줄을 표시합니다.
> 같이 보기: `grep`, `sort`.
> 더 많은 정보: <https://man.freebsd.org/cgi/man.cgi?look>.
- 특정 파일에서 특정 접두사로 시작하는 줄을 검색:
`look {{접두사}} {{경로/대상/파일}}`
- 알파벳과 숫자만 대소문자를 구분하지 않고 검색:
`look {{-f|--ignore-case}} {{-d|--alphanum}} {{접두사}} {{경로/대상/파일}}`
- 종결 문자 지정 (기본값은 공백):
`look {{-t|--terminate}} {{,}}`
- `/usr/share/dict/words`에서 검색 (`--ignore-case``--alphanum`이 가정됨):
`look {{접두사}}`