Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python Grep Implementation

usage:

python3 grep [options] pattern filename

Working options include as of now:

  • caseInsensitive: '-i'

  • Show only line count of matching : '-c'

  • invert: '-v'

  • wordOnly: '-w'

  • show Line count: '-n'

  • recursively grep files inside directory: '-r'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages