From ad2750f9030b0832703048b4725fafe1727d15b0 Mon Sep 17 00:00:00 2001 From: Peter Kleiweg Date: Sat, 18 Apr 2026 16:10:40 +0200 Subject: [PATCH] data2json (2) --- collect.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/collect.sh b/collect.sh index 8fbc32e..3b49ef0 100755 --- a/collect.sh +++ b/collect.sh @@ -148,8 +148,9 @@ do | sed -e 's/\([0-9]\) */\1\t/' | sort -f -k 2 | sort -n -r -k 1,1 -s \ > $part-nieuwe-adjww-extra-$ds-$i - - data2json $ds $i > DATA-$d-$i.json - done done + +data2json $ds 1 > DATA-$ds-1.json +data2json $ds 4 > DATA-$ds-4.json +