-
Lucas Werkmeister authored
wc -w controversies-sections/*.txt \ | head -n-1 \ | sort -rn \ >| controversies-sections-words (The `head -n-1` removes the summary line at the end of the wc output.)
Lucas Werkmeister authoredwc -w controversies-sections/*.txt \ | head -n-1 \ | sort -rn \ >| controversies-sections-words (The `head -n-1` removes the summary line at the end of the wc output.)
Loading