Add variables to nl

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

View File

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