commit 3b987b54d92d7bb1e8beb0f26a86e0102bed2219
parent 14f2cc8dbea71ece63fa526210431ecd49500ca8
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 2 Sep 2025 16:56:24 +0200
local cumul
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/2025/commands.txt b/2025/commands.txt
@@ -14,3 +14,5 @@
- cat location_mode_extension.csv| cut -d';' -f1 > locations.txt
- cat location_mode_extension.csv| cut -d';' -f3 >> locations.txt
- cat locations.txt| sort | uniq > locations_uniq.txt
+
+cat <(yes 0 | head -28) <(cat footprints.txt | sort -n | awk '{s+= $0; print s}') > footprints_withlocal_cumul.txt