2 lines
62 B
Bash
2 lines
62 B
Bash
|
|
echo "`cat f | paste -sd+ | bc -l` / `cat f | wc -l`" | bc -l
|