Thanks to visit codestin.com
Credit goes to github.com

Skip to content

imehrdadmahdavi/simple-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple grep Tool

This is a basic prototype written in C to search for words in different set of files.

Demo

# build program
$ make simple-grep
cc -Wall -g    simple-grep.c   -o simple-grep

# search for the words "this", "is", and "mehrdad"
# in files listed in .filelist
this	: found in test.txt	->line: 1
this	: found in test.txt	->line: 2
is	: found in test.txt	->line: 1
is	: found in test.txt	->line: 2
mehrdad	: found in test1.txt	->line: 1

About

A simple grep tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published