Files

13 lines
297 B
Plaintext

---
functions:
file-read:
- code: |-
dig -f /path/to/input-file
comment: |-
Each input line is treated as a lookup query for the `dig` command and the output is corrupted with the result or errors of the operation.
contexts:
sudo:
suid:
unprivileged:
...