1PTX(1)                           User Commands                          PTX(1)
2
3
4

NAME

6       ptx - produce a permuted index of file contents
7

SYNOPSIS

9       ptx [OPTION]... [INPUT]...   (without -G)
10       ptx -G [OPTION]... [INPUT [OUTPUT]]
11

DESCRIPTION

13       Output  a  permuted index, including context, of the words in the input
14       files.
15
16       Mandatory arguments to long options are  mandatory  for  short  options
17       too.
18
19       -A, --auto-reference
20              output automatically generated references
21
22       -G, --traditional
23              behave more like System V `ptx'
24
25       -F, --flag-truncation=STRING
26              use STRING for flagging line truncations
27
28       -M, --macro-name=STRING
29              macro name to use instead of `xx'
30
31       -O, --format=roff
32              generate output as roff directives
33
34       -R, --right-side-refs
35              put references at right, not counted in -w
36
37       -S, --sentence-regexp=REGEXP
38              for end of lines or end of sentences
39
40       -T, --format=tex
41              generate output as TeX directives
42
43       -W, --word-regexp=REGEXP
44              use REGEXP to match each keyword
45
46       -b, --break-file=FILE
47              word break characters in this FILE
48
49       -f, --ignore-case
50              fold lower case to upper case for sorting
51
52       -g, --gap-size=NUMBER
53              gap size in columns between output fields
54
55       -i, --ignore-file=FILE
56              read ignore word list from FILE
57
58       -o, --only-file=FILE
59              read only word list from this FILE
60
61       -r, --references
62              first field of each line is a reference
63
64       -t, --typeset-mode               - not implemented -
65
66       -w, --width=NUMBER
67              output width in columns, reference excluded
68
69       --help display this help and exit
70
71       --version
72              output version information and exit
73
74       With no FILE or if FILE is -, read Standard Input.  `-F /' by default.
75

AUTHOR

77       Written by F. Pinard.
78

REPORTING BUGS

80       Report ptx bugs to bug-coreutils@gnu.org
81       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
82       General help using GNU software: <http://www.gnu.org/gethelp/>
83       Report ptx translation bugs to <http://translationproject.org/team/>
84
86       Copyright  ©  2010  Free Software Foundation, Inc.  License GPLv3+: GNU
87       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
88       This is free software: you are free  to  change  and  redistribute  it.
89       There is NO WARRANTY, to the extent permitted by law.
90

SEE ALSO

92       The  full  documentation for ptx is maintained as a Texinfo manual.  If
93       the info and ptx programs are properly installed at your site, the com‐
94       mand
95
96              info coreutils 'ptx invocation'
97
98       should give you access to the complete manual.
99
100
101
102GNU coreutils 8.4                  June 2018                            PTX(1)
Impressum