Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhisha1/grep

serves a similar function as grep on C through finding the matching words in a given function
https://github.com/abhisha1/grep

c grep query

Last synced: about 2 months ago
JSON representation

serves a similar function as grep on C through finding the matching words in a given function

Awesome Lists containing this project

README

        

# Grep
Serves a similar function as grep on C through finding the matching words in a given function.
Initially, it checks the command line for an argument/query. If there is some query provided, it proceeds to check if that query is present in the given file. It must check each line for the query and compute each line with an associated score. Then, the final output must be a ranked summary output displaying the lines with the highest score first (based on the score), also displaying the line from the input file and with the line number.