You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#counting QUANTITY AGENCY WORDS wc -l < agency_rankings.txt
1004
#counting QUANTITY COMMUNION WORDS wc -l < communion_rankings.txt
1069
# in main dir counting max score of COMMUNION MAX SCORE cat communion_rankings.txt | awk '{print $1}' | perl -nle '$sum += $_ } END { print $sum' agency
898.750000000009
#in main dir counting max score of AGENCY MAX SCORE cat agency_rankings.txt | awk '{print $1}' | perl -nle '$sum += $_ } END { print $sum'