zad3 test21

This commit is contained in:
massta 2020-04-03 17:10:41 +02:00
parent f66c085c58
commit f98f20a3af

View File

@ -7,7 +7,7 @@ all=$(cat clear.txt | wc -l)
echo "$srr_matching"
echo "$all"
srr=$((srr_matching/all))
srr=$(echo "$srr_matching/$all" | bc -l)
echo "Medium WER: $avg" >> clear.txt
echo "SRR: $srr" >> clear.txt