mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Reduce the number of leading spaces in nl and comment about it
This commit is contained in:
parent
4c3c73a4b6
commit
ab481fa4a5
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
file-read:
|
file-read:
|
||||||
- code: |
|
- description: This prepends a leading space to each line.
|
||||||
|
code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
nl -bn -w1 $LFILE
|
nl -bn -w1 -s '' $LFILE
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user