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').
-
Notifications
You must be signed in to change notification settings - Fork 1
ilanmotiei/File-Searcher
About
C code for searching files by a given term, using pthread's multi-threading.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published