awk/testdir/t.j.x

3 lines
55 B
Plaintext
Raw Normal View History

2019-06-23 05:13:57 -04:00
{i=i+sqrt($1); print i,sqrt($1)}
END {print sqrt(i),i}