Update bash script

This commit is contained in:
Serene-Arc
2022-07-23 14:50:57 +10:00
parent 55c95495b2
commit 44e4c16b76
3 changed files with 10 additions and 0 deletions

View File

@@ -13,4 +13,5 @@ fi
grep 'Download filter' "$file" | awk '{ print $(NF-3) }' ;
grep 'already exists, continuing' "$file" | awk '{ print $(NF-3) }' ;
grep 'Hard link made' "$file" | awk '{ print $(NF) }' ;
grep 'filtered due to score' "$file" | awk '{ print $9 }'
}