linux/man: update Korean translation, linux/m*: add Korean translation (#14709)
* linux/man: update Korean translation * linux/m*: add Korean translation
This commit is contained in:
29
pages.ko/linux/more.md
Normal file
29
pages.ko/linux/more.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# more
|
||||
|
||||
> 파일을 대화형으로 표시하여 스크롤 및 검색을 지원합니다.
|
||||
> 같이 보기: `less`.
|
||||
> 더 많은 정보: <https://manned.org/more>.
|
||||
|
||||
- 파일 열기:
|
||||
|
||||
`more {{경로/대상/파일}}`
|
||||
|
||||
- 특정 줄 표시:
|
||||
|
||||
`more +{{줄_번호}} {{경로/대상/파일}}`
|
||||
|
||||
- 다음 페이지로 이동:
|
||||
|
||||
`<Space>`
|
||||
|
||||
- 문자열 검색 (다음 일치 항목으로 이동하려면 `n` 키 누르기):
|
||||
|
||||
`/{{무언가}}`
|
||||
|
||||
- 종료:
|
||||
|
||||
`q`
|
||||
|
||||
- 대화형 명령에 대한 도움말 표시:
|
||||
|
||||
`h`
|
Reference in New Issue
Block a user