It’s nothing more than a simple version of grep command in linux system. The purpose of this project is to make easier for the user to search a word or multpile words from the give path.
Download the project from the github using https or git clone command,
https://github.com/ashokkumar-dhanavel/python-proj.git
or
git clone git@github.com:ashokkumar-dhanavel/python-proj.git
The following python packages are required for testing the project
- nose
command to install nose package "pip install nose"
After downloading the project from the github location setup the project using the command,
python setup.py install
usage: logfind.py [-h] p s
Find the String from the log files
positional arguments: p directory path s keyword to find from the log files. Accept multiple words example 'Hello world'
optional arguments: -h, --help show this help message and exit