Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

grep is a useful command-line utility in Linux, used to search plaintext files for lines that match a given regular expression. This simple C program divides the search space of grep between threads, which can prove useful for searching large directories.

This project was accomplished in January 2023 as part of an Operating Systems course, with the goal of learning concurrency. 🧵

View the documentation pdf here.

About

A simple C program that optimizes the Linux grep command by dividing workload between concurrent threads.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages