s452094-mlworkshops/avr_wer.sh
2020-04-03 16:35:30 +02:00

2 lines
60 B
Bash
Executable File

awk '{s+=$1;i+=1;} END {print s/i}' wer_lines.txt > wer.txt