1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.ko/linux/ptx.md
K.B.Dharun Krishna 898f711019
pages/*: update GNU coreutils links, sync translation pages (#15543)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-01-18 18:45:33 +05:30

742 B

ptx

텍스트 파일에서 단어의 순열 색인을 생성합니다. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/ptx-invocation.html.

  • 각 줄의 첫 번째 필드가 색인 참조인 순열 색인 생성:

ptx --references {{경로/대상/파일}}

  • 자동 생성된 색인 참조가 포함된 순열 색인 생성:

ptx --auto-reference {{경로/대상/파일}}

  • 고정된 너비로 순열 색인 생성:

ptx --width={{열_너비}} {{경로/대상/파일}}

  • 필터링된 단어 목록으로 순열 색인 생성:

ptx --only-file={{경로/대상/필터}} {{경로/대상/파일}}

  • SYSV 스타일의 동작으로 순열 색인 생성:

ptx --traditional {{경로/대상/파일}}