Netlibre-in-graphs/bin/pdf.awk
2025-12-15 23:22:10 +01:00

5 lines
64 B
Awk

# usage: cat data | awk -f pdf.awk
{
V = V + $1
print V, $2
}