Rephrase ssh read

This commit is contained in:
Emilio Pinna 2018-05-30 19:07:49 +01:00
parent 92af4c9f43
commit 1b5f2aedae

View File

@ -18,7 +18,7 @@ functions:
LPATH=file_to_send LPATH=file_to_send
ssh $HOST "cat > $RPATH" < $LPATH ssh $HOST "cat > $RPATH" < $LPATH
file-read: file-read:
- description: Read lines from text files (error-based approach). - description: The read file content is corrupted by error prints.
code: | code: |
LFILE=file_to_read LFILE=file_to_read
ssh -F $LFILE localhost ssh -F $LFILE localhost