标签: unix
以下是示例代码:
while IFS= read var do shopt -s expand_aliases alias fin="cd /directory/" fin done
结果:
script.sh: line 53: fin: command not found
我在其他命令中使用var。我担心的是,在运行脚本之后会发生错误。
var