Skip to content

anilmuppalla/python-unix-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

#Emulate the Unix Grep functionality using Python

##Features include

  • -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.

#Others

  • Configuration file.
  • Logging.

Usage

  • For help
./grep.py -h

About

Unix Command Line Utilities Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages