Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 292 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 292 Bytes

Multithreaded-Grep

MJT FMI 2k17 Homework 4

Overview

MJT FMI 2k17 Homework 4 - Multithreaded Grep

Usage

Command line args:

  1. <path> - path where to find all occurrencesof <string>.
  2. <string> - the string we are looking for.
  3. <threadCnt> - max count of running threads.