This commit is contained in:
jgromes 2025-01-01 10:51:00 +01:00
parent f2ac08efe0
commit 091d7118de

View file

@ -16,7 +16,7 @@ awk 'NR > 1 {
filename_with_ext = path_parts[length(path_parts)];
split(filename_with_ext, filename_parts, ".");
filename = filename_parts[1];
print $17 "," $8 "," $9 "," $10 "," $11 "," filename
print $7 "," $8 "," $9 "," $10 "," $11 "," filename
}' "$in_file" >> "$out_file"
# remove input file