Skip to content

budrus123/wordcount-multithread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Count Using Multiple Processes

CONTENTS OF THIS FILE

  • Introduction
  • Installation

INTRODUCTION

This is a simple C program that uses multiple processes and pipes to read a file and count the number of words in that files. An illustration of the output is shown below:

Installation

$ make
$ ./main <input_file.txt>

About

Word Count Using Multiple Processes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published