Is there any technical difference between using a here-document vs here-string with a multi-line string?

前端 未结 0 560
南方客
南方客 2020-12-25 09:02

Is there any significant difference between these?

cat <<< "one
two
three"

and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题