1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 05:21:26 +02:00

Merge pull request #3247 from heyitswither/master

[bash/en] clarify quoted delimiter for heredocs (fixes #3061)
This commit is contained in:
Divay Prakash
2018-10-03 09:50:38 +05:30
committed by GitHub

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: