2 lines
60 B
Bash
Executable File
2 lines
60 B
Bash
Executable File
awk '{s+=$1;i+=1;} END {print s/i}' wer_lines.txt > wer.txt
|