Awk: Difference between revisions
From DWIKI
m (→Documentation) |
m (→Documentation) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===Documentation=== | ===Documentation=== | ||
*[http://people.cs.uu.nl/piet/docs/nawk/nawk_23.html An awk manual] | *[http://people.cs.uu.nl/piet/docs/nawk/nawk_23.html An awk manual] | ||
*[ | *[https://www.tutorialspoint.com/awk/index.htm Awk Tutorial] | ||
=FAQ= | |||
==Sum list of numbers== | |||
| awk '{sum+=$1} END {print sum}' | |||
[[Category:Scripting]] | [[Category:Scripting]] |