From e4d4581a7d1ee89908e623644021e0fc4c18ce9e Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 25 Jun 2026 15:53:30 +0000 Subject: [PATCH] Add result --- result | 1 + 1 file changed, 1 insertion(+) create mode 100644 result diff --git a/result b/result new file mode 100644 index 0000000..ff36536 --- /dev/null +++ b/result @@ -0,0 +1 @@ +awk -F '|' '$4 == "Completed" { if($6 > max) { max = $6; good = $8 } } END { print good }' ./space_missions.log \ No newline at end of file