awk/testdir/t.j.x

3 lines
55 B
Plaintext
Raw Normal View History

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