Skip to content

vrglinug/Python-grep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An attempt to emulate Unix grep using Python, as part of a learning exercise.

--Help--
./grep.py -h

implements the following options:
-n : Print the pattern match along with line numbers.
-r : Performs pattern match recursively.
-i : Performs the match ignoring the case of the pattern.
--binary : Peforms the pattern match in Binary files.

Features Implemented:
--Configuration file.
--Logging.

About

Unix grep emulated in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published