1
Neden bu Hata "satır 26: Beklenmeyen belirteç 'sözdizimi yakınındaki' Sözdizimi Hatası '?
for (( i=1; i<= $numberstudent; i++ )) do head -n $i fullstudentsMarks | tail -n 1 > $(cut -f 2 -d ' ') npassed=0 sum=0 average=0 for (( j=3; j<= 10; j++ )) do mark=$(cut -f $j -d ' ' $(cut -f 2 -d ' ' fullstudentsMarks)) if ($mark>=60) then …