1.03 Heredocument与变量
heredocument的输出保存到变量中
Bash
#!/bin/bash
a
=
$(
cat
<<
EOF def EOF
)
echo
$a
上一页➡️
下一页➡️