vishnuMohanan01 / find

Powerfull and multi functional filesystem search engine for linux distros.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find

COMPILATION

There are 3 - header files [validate_parsed_options.h, search_algorithms.h, search_initiator.h] and 1 .cpp file [engine_main.cpp], 

copy all 4 files into any directory [same] and run terminal on that directory.

->g++ engine_main.cpp -o dse -lboost_filesystem -lboost_program_options

Execution

-> ./dse --help      

To show Usage Description.

About

Powerfull and multi functional filesystem search engine for linux distros.

License:MIT License


Languages

Language:C++ 99.5%Language:Shell 0.5%