move files

This commit is contained in:
2026-07-21 01:00:08 +03:00
parent d54932b9b1
commit c935c683f7
6 changed files with 30 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
BEGIN { FS = "\t" }
NF == 11 && $2 == "START" {
version[$3 "\034" $4] = $11
}
NF == 11 && $2 == "SUMMARY" && $11 ~ /(^|; )complete=1$/ && \
version[$3 "\034" $4] != "" {
print $3 "\t" $4 "\t" version[$3 "\034" $4]
}