Fix typo
This commit is contained in:
parent
f2ac08efe0
commit
091d7118de
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ awk 'NR > 1 {
|
||||||
filename_with_ext = path_parts[length(path_parts)];
|
filename_with_ext = path_parts[length(path_parts)];
|
||||||
split(filename_with_ext, filename_parts, ".");
|
split(filename_with_ext, filename_parts, ".");
|
||||||
filename = filename_parts[1];
|
filename = filename_parts[1];
|
||||||
print $17 "," $8 "," $9 "," $10 "," $11 "," filename
|
print $7 "," $8 "," $9 "," $10 "," $11 "," filename
|
||||||
}' "$in_file" >> "$out_file"
|
}' "$in_file" >> "$out_file"
|
||||||
|
|
||||||
# remove input file
|
# remove input file
|
||||||
|
|
Loading…
Add table
Reference in a new issue