在 bash 脚本中,我如何说“对于 .png 或 .PNG 类型的所有文件”?
我想 :
for i in (`ls *.PNG` && `ls *.png`)
但是出现语法错误。
bash shell shell-script
bash ×1
shell ×1
shell-script ×1