mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
9 lines
290 B
Markdown
9 lines
290 B
Markdown
---
|
|
functions:
|
|
file-read:
|
|
- description: This spawns a graphical window containing the file content somehow corrupted by word wrapping, it might not be suitable to read arbitrary files. The path must be absolute.
|
|
code: |
|
|
LFILE=file_to_read
|
|
yelp "man:$LFILE"
|
|
---
|