我正在编写一个小脚本,我找到了另一种解决方案,就像我在这里提出的使用这一行一样:
for i in *; do
究竟什么是*;你/这里的意思?我习惯于看到$变量。
*;
$
bash shell-script
bash ×1
shell-script ×1