You aren't finishing the if [ -f "$file" ] so the else is not paired with the if [ -d "$folder" ] . Change this: else mkdir $folder echo ...
確定! 回上一頁