RosettaCodeData/Task/Averages-Arithmetic-mean/UNIX-Shell/averages-arithmetic-mean-1.sh

2 lines
62 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
echo "`cat f | paste -sd+ | bc -l` / `cat f | wc -l`" | bc -l