Files

14 lines
343 B
Plaintext

---
comment: |-
While the program is capable of reading the file, it outputs a "permuted index" of its content, thus altering it. Adjusting the options could yield more readable outputs.
functions:
file-read:
- binary: false
code: |-
ptx -w 999 /path/to/input-file
contexts:
sudo:
suid:
unprivileged:
...