Skip to content

C code for searching files by a given term, using pthread's multi-threading.

Notifications You must be signed in to change notification settings

ilanmotiei/File-Searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

File-Searcher

C code for searching files by a given term, using pthread's multi-threading. Run as './executable [search-root-directory] [search-term] [number-of-searching-threads(workers)]', and the code will search for files with names that include the 'search-term', starting at the 'search-root-directory', while working with the mentioned number of threads, i.e workers (mentioned at 'number-of-searching-threads').

About

C code for searching files by a given term, using pthread's multi-threading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages