/grep

Implementation of grep like command using C Language.

Primary LanguageC

Global Regular Expression Print (GREP)

It contains source code for grep command in Linux implemented using C language.

It implements features like abstraction, regular expressions provided by C language and recursion.

It was the topic for mini-project in Data Structures and Algorithms Course at COEP.