Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 377 Bytes

#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