Skip to content

Command Line Interface application to find keywords within a text file.

Notifications You must be signed in to change notification settings

Sintaxine/MFind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MFind

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.

Features

  • Command-line interface for ease of use.
  • Efficient search using pointers to handle command-line arguments.

Requirements

  • C++ compiler (C++11 or later recommended).

Compilation

To compile the program, use the following command:

g++ -o MFind MFind.cpp

About

Command Line Interface application to find keywords within a text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages