Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 308 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 308 Bytes

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.