Files

13 lines
321 B
Plaintext

---
functions:
file-read:
- code: |-
alpine -F /path/to/input-file
comment: |-
The file is displayed in the terminal interface. Other options might be available, for example, by pressing `S` is possible to save the file content elsewhere.
contexts:
sudo:
suid:
unprivileged:
...