Skip to content

A C program to search a file for a given search string.

Notifications You must be signed in to change notification settings

sdmoran/OS_Project4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPERATING SYSTEMS - PROJECT 4
Sam Moran, Fall 2018

C program which searches the bytes of a file (text or otherwise) for the given search string. It takes as input the name of the file to search and the string to search for. The program has two "modes." It can either read the file in chunks of a specified number of bytes, or it can map the contents of the file to memory and use multiple threads to search for the string simultaneously.

About

A C program to search a file for a given search string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published