Bash scripting, loop through files in folder fails

前端 未结 3 412
我在风中等你
我在风中等你 2020-12-16 14:29

I\'m looping through certain files (all files starting with MOVIE) in a folder with this bash script code:

for i in MY-FOLDER/MOVIE*
do

whi

3条回答
提交回复
热议问题