Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 478 Bytes

Word count script

The word count script is derived from work by Software Carpentry licensed under the Creative Commons Attribution license (CC BY4.0).

The wordcount script will count words in a given input file and writes the result to a given output file.

Prerequisites

  • Python3

Usage

  • Clone the repository
  • Run python source/wordcount.py <input_file_to_read> <file_to_write>