linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

24
pages.ko/linux/ptx.md Normal file
View File

@@ -0,0 +1,24 @@
# ptx
> 텍스트 파일에서 단어의 순열 색인을 생성합니다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/ptx>.
- 각 줄의 첫 번째 필드가 색인 참조인 순열 색인 생성:
`ptx --references {{경로/대상/파일}}`
- 자동 생성된 색인 참조가 포함된 순열 색인 생성:
`ptx --auto-reference {{경로/대상/파일}}`
- 고정된 너비로 순열 색인 생성:
`ptx --width={{열_너비}} {{경로/대상/파일}}`
- 필터링된 단어 목록으로 순열 색인 생성:
`ptx --only-file={{경로/대상/필터}} {{경로/대상/파일}}`
- SYSV 스타일의 동작으로 순열 색인 생성:
`ptx --traditional {{경로/대상/파일}}`