s452094-mlworkshops/avr_wer.sh

2 lines
60 B
Bash
Raw Normal View History

2020-04-03 16:35:30 +02:00
awk '{s+=$1;i+=1;} END {print s/i}' wer_lines.txt > wer.txt