I have a text file with several lines, and I am looking for a line in this file. I need to pass the following command line parameters to the program:
- the path to the file
- the line I'm looking for, - - the maximum number of processes that the program allows the "plug" to perform this task.
How should such a program be built?
source
share