This projects has two primary functions
- To compile a word count of all text files ("*.txt") in any given folder.
- To provide a running median of the number of words per line in a set of text files that are sorted alphabetically.
- Fork the repository:
git clone https://github.com/InsightDataScience/cc-example.git
- Verify / create input files in
./wc_input
- Run the run.sh* bash script:
sh run.sh
*run.sh can be modified to input from and output to any directory.