Update script to extract IDs
This commit is contained in:
@@ -14,4 +14,9 @@ else
|
|||||||
output="successful.txt"
|
output="successful.txt"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
grep 'Downloaded submission' "$file" | awk '{ print $(NF-2) }' >> "$output"
|
{
|
||||||
|
grep 'Downloaded submission' "$file" | awk '{ print $(NF-2) }' ;
|
||||||
|
grep 'Resource hash' "$file" | awk '{ print $(NF-2) }' ;
|
||||||
|
grep 'Download filter' "$file" | awk '{ print $(NF-3) }' ;
|
||||||
|
grep 'already exists, continuing' "$file" | awk '{ print $(NF-3) }' ;
|
||||||
|
} >> "$output"
|
||||||
|
|||||||
Reference in New Issue
Block a user