I have a script that reads the last 7 lines of an active log file. By active I mean that the file is being written while the script runs.
How can I make the script to
1- keep reading the last 7 lines till a specific text appears.
2- Once the specific text appears, then get out of the loop and proceed to other tasks
Thank You