1PTX(1) User Commands PTX(1)
2
3
4
6 ptx - produce a permuted index of file contents
7
9 ptx [OPTION]... [INPUT]... (without -G)
10 ptx -G [OPTION]... [INPUT [OUTPUT]]
11
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
77 Written by F. Pinard.
78
80 Report bugs to <bug-coreutils@gnu.org>.
81
83 Copyright © 2007 Free Software Foundation, Inc.
84 This is free software. You may redistribute copies of it under the
85 terms of the GNU General Public License
86 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
87 extent permitted by law.
88
90 The full documentation for ptx is maintained as a Texinfo manual. If
91 the info and ptx programs are properly installed at your site, the com‐
92 mand
93
94 info ptx
95
96 should give you access to the complete manual.
97
98
99
100GNU coreutils 6.9 March 2008 PTX(1)