Files
nlnieuws/xquery/howto
2026-04-08 20:24:52 +02:00

13 lines
205 B
Plaintext

alto *.data.dz tq:nieuwe_namen.xq | sort | uniq > items.txt
voor elk item dit bijwerken:
type Item struct {
count int
tags map[string]int
}
items := make(map[string]Item)