Added nroff file read

This commit is contained in:
Emanuel Duss 2020-11-13 11:57:13 +01:00
parent 764b2685bc
commit f3dfd7a50c

View File

@ -1,5 +1,10 @@
--- ---
functions: functions:
file-read:
- description: The read file content is corrupted by arbitrary newlines.
code: |
LFILE=file_to_read
nroff $LFILE
shell: shell:
- code: | - code: |
TF=$(mktemp -d) TF=$(mktemp -d)