Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 627 Bytes

File metadata and controls

14 lines (11 loc) · 627 Bytes

Insight Data Engineering - Coding Challenge

Purpose

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.

Installation and usage

  1. Fork the repository: git clone https://github.com/InsightDataScience/cc-example.git
  2. Verify / create input files in ./wc_input
  3. Run the run.sh* bash script: sh run.sh

*run.sh can be modified to input from and output to any directory.