1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-16 19:54:38 +02:00

[bash/en] clarify quoted delimiter for heredocs (fixes #3061)

This commit is contained in:
Tucker Boniface
2018-10-02 19:19:18 -07:00
parent 67f785f102
commit 088111396a

View File

@@ -256,6 +256,7 @@ print("#stderr", file=sys.stderr)
for line in sys.stdin:
print(line, file=sys.stdout)
EOF
# Variables will be expanded if the first "EOF" is not quoted
# Run the hello.py Python script with various stdin, stdout, and
# stderr redirections: