Skip to content
Snippets Groups Projects
Commit b8eecb66 authored by tmp1u19's avatar tmp1u19 :octopus:
Browse files

Search for the tag "<Author>" to count the number of reviews correctly.

parent 3151a274
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
for file in $1/*
do
fileName=$(basename -s .dat $file)
cat $file | grep -E "Author" | echo $fileName $(wc -l)
cat $file | grep -E "<Author>" | echo $fileName $(wc -l)
done | sort -rn -k2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment