I am writing a console app.
The console print a few line. And then, I want to get the last line of content output.
How to do that?
Example:
I want to check if the last line contains: "Processing", the console app delete this line and changed "Done"
I am writing a console app.
The console print a few line. And then, I want to get the last line of content output.
How to do that?
Example:
I want to check if the last line contains: "Processing", the console app delete this line and changed "Done"
Bookmarks