我想在当前过程中阅读:
mark=one
read a b c <<<$(grep "^$mark " <<EOF)
one xxx yyy
two zzz jjj
EOF
echo $b
但是heredoc不起作用。有什么想法吗?
关闭EOF
后,将)
移动到新行。