DSA-II Mini Project - Grep Command Implementation using C
-
Updated
Apr 15, 2021 - C
DSA-II Mini Project - Grep Command Implementation using C
In this project, create grepFile function like grep command in linux. With the grepFile command to be created, the searched words will be found in the scanned file and the lines on which they are will be printed to the output file. The number of times this word is repeated in the relevant file will be displayed in the terminal. This project was …
Add a description, image, and links to the grep-command topic page so that developers can more easily learn about it.
To associate your repository with the grep-command topic, visit your repo's landing page and select "manage topics."