1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Add variables to nl

This commit is contained in:
Andrea Cardaci 2018-05-30 12:45:42 +02:00
parent ca91885fce
commit 4c3c73a4b6

@ -1,5 +1,7 @@
---
functions:
file-read:
- code: nl -bn -w1 file_to_read
- code: |
LFILE=file_to_read
nl -bn -w1 $LFILE
---