Revision: 69436
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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