ptx
Generate a permuted index of words from one or more text files. More information: <https://www.gnu.org/software/coreutils/ptx>.
Install
- All systems
-
curl cmd.cat/ptx.sh
- Debian
-
apt-get install coreutils - Ubuntu
-
apt-get install coreutils -
Alpine
-
apk add coreutils - Arch Linux
-
pacman -S coreutils - Kali Linux
-
apt-get install coreutils - CentOS
-
yum install coreutils - Fedora
-
dnf install coreutils - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install coreutils - OS X
-
brew install coreutils - Raspbian
-
apt-get install coreutils - Docker
-
docker run cmd.cat/ptx ptxpowered by Commando
Generate a permuted index of words from one or more text files. More information: <https://www.gnu.org/software/coreutils/ptx>.
-
Generate a permuted index where the first field of each line is an index reference:
ptx --references path/to/file -
Generate a permuted index with automatically generated index references:
ptx --auto-reference path/to/file -
Generate a permuted index with a fixed width:
ptx --width=width_in_columns path/to/file -
Generate a permuted index with a list of filtered words:
ptx --only-file=path/to/filter path/to/file -
Generate a permuted index with SYSV-style behaviors:
ptx --traditional path/to/file
© tl;dr; authors and contributors