GTFOBins.github.io/_gtfobins/nl.md

9 lines
168 B
Markdown
Raw Normal View History

2018-05-30 09:56:12 +02:00
---
functions:
file-read:
- description: This prepends a leading space to each line.
code: |
2018-05-30 12:45:42 +02:00
LFILE=file_to_read
nl -bn -w1 -s '' $LFILE
2018-05-30 09:56:12 +02:00
---