Return to Snippet

Revision: 69436
at June 21, 2015 12:05 by brm


Initial Code
#!/bin/sh

tr -sc 'A-Za-z' '\012' < filename.file | sort | uniq -c

Initial URL


Initial Description
Find & count how many words in some file

Initial Title
Counting words in text file

Initial Tags


Initial Language
Bash