
ptx
List of commands for ptx:
-
ptx:tldr:2d35e ptx: Generate a permuted index where the first field of each line is an index reference.$ ptx --references ${filename}try on your machineexplain this command
-
ptx:tldr:4d30f ptx: Generate a permuted index with automatically generated index references.$ ptx --auto-reference ${filename}try on your machineexplain this command
-
ptx:tldr:94f54 ptx: Generate a permuted index with SYSV-style behaviors.$ ptx --traditional ${filename}try on your machineexplain this command
-
ptx:tldr:ca5e2 ptx: Generate a permuted index with a fixed width.$ ptx --width=${width_in_columns} ${filename}try on your machineexplain this command
-
ptx:tldr:ccabd ptx: Generate a permuted index with a list of filtered words.$ ptx --only-file=${path-to-filter} ${filename}try on your machineexplain this command