Skip to content

J0hnZMT/pygrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygrep

Implementation of grep command using python script

How to Use

-The syntax is: python grep.py [regular expression] [file pattern] [path to search in]

-eg. python grep.py help *.txt C:\Users

-The program will output the line which contains the string.

commands:

-r --recursive = search the path to search in recursively

-i --ignore-case = ignore case sensitivity

-m --invert-match = select non-matching lines

Author

Johnzel Tuddao - Initial work - J0hnZMT

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Machine Problem: grep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages