MFind is a C++ program that reads a specified text file and searches for a keyword, printing the lines that contain the keyword along with their line numbers.
- Command-line interface for ease of use.
- Efficient search using pointers to handle command-line arguments.
- C++ compiler (C++11 or later recommended).
To compile the program, use the following command:
g++ -o MFind MFind.cpp