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:
21
pages.ko/freebsd/look.md
Normal file
21
pages.ko/freebsd/look.md
Normal 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 {{접두사}}`
|
Reference in New Issue
Block a user