-
Notifications
You must be signed in to change notification settings - Fork 0
sdmoran/OS_Project4
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published