我需要将以下等式回显到命令行,并保存到变量中.到目前为止,我都没有做到.
5 ^ 0.16
我试过了什么
echo 'e(l(5)*.16)' | bc -l
以及
echo 'e(l(5)*.16)' | bc -l | read wcEXP
bash shell scripting
bash ×1
scripting ×1
shell ×1