The file abc.txt
must be read from the end of file till the specific string called "Install location: "C:\Users\desktop\1234_5467.dat"
.
The problem here is we have repetitive occurrences of the string like "1234_5467.dat" and I want the content to be read from the end till the "Install location: "C:\Users\desktop\1234_5467.dat" " without using tail as we dont have clear line number of the specified string line in the file.
I am using reading from end of file as the contents in file gets appended every time so its better we go from end of file.
I have tried using Tail ,though it works we cant proceed as we the string line number is unpredictable
05/28/2019 18:25:08 - Successfully deleted HKEY_LOCAL_MACHINE\SOFTWARE\EMC\Symmwin\SystemInstallState Registry Key
05/28/2019 18:35:43 - =========================================================================
05/28/2019 18:35:43 - Installation Started
05/28/2019 18:35:43 - Installation Location: c:\Temp\456.exe
05/28/2019 18:42:20 - Tools Installation Completed
05/28/2019 18:42:20 - SnippT completed
05/28/2019 18:42:31 - Adobe Installation Completed.
05/28/2019 18:42:31 - Installing Paint
05/28/2019 18:48:00 - MS OFFICE Completed
05/28/2019 18:48:06 - Font Completed
05/28/2019 18:48:06 - Installing Windows Master File
05/28/2019 18:48:06 - Notepad++ Completed
05/28/2019 18:48:06 - Notepad Settings
05/28/2019 18:48:15 - ABC Installation Completed
05/28/2019 18:37:43 - --------------------------------------------------
05/28/2019 18:37:43 - This is the point of no return!
05/28/2019 18:37:43 - --------------------------------------------------
05/28/2019 18:37:44 - Installing Windows Features
05/28/2019 18:42:20 - Tools Installation Completed
05/28/2019 18:42:31 - Adobe Installation Completed.
05/28/2019 18:42:31 - Installing Paint
05/28/2019 18:48:00 - MS OFFICE Completed
05/28/2019 18:48:06 - Font Completed
05/28/2019 18:48:06 - Installing Windows Master File
05/28/2019 18:48:06 - Notepad++ Completed
05/28/2019 18:48:06 - Notepad Settings
05/28/2019 18:48:15 - ABC Installation Completed
05/28/2019 18:48:21 - --------------------------------------------------
05/28/2019 18:48:21 - Install Complete.
05/28/2019 18:48:21 - --------------------------------------------------
05/28/2019 18:35:43 - =========================================================================
5/28/2019 18:35:43 - Installation Started
05/28/2019 18:35:43 - Installation Location: c:\Temp\3456.exe
05/28/2019 18:35:43 - Installation Started
05/28/2019 18:35:43 - Installation Location: c:\Temp\456.exe
05/28/2019 18:42:20 - Tools Installation Completed
05/28/2019 18:42:20 - SnippT completed
05/28/2019 18:42:31 - Adobe Installation Completed.
05/28/2019 18:42:31 - Installing Paint
05/28/2019 18:48:00 - MS OFFICE Completed
05/28/2019 18:48:06 - Font Completed
05/28/2019 18:48:06 - Installing Windows Master File
05/28/2019 18:48:06 - Notepad++ Completed
05/28/2019 18:48:06 - Notepad Settings
05/28/2019 18:48:15 - ABC Installation Completed
05/28/2019 18:25:03 - Aborting the installation.
Aborting the installation!.
C:\ drive does not have enough space to install the application.
The minimum space required to install Enginuity installer in C:\ Drive is 2 GB.
05/28/2019 18:35:43 - =========================================================================
05/28/2019 18:35:43 - Installation Started
05/28/2019 18:35:43 - Installation Location: c:\Temp\3456.exe
05/28/2019 18:37:44 - Installing Windows Features
05/28/2019 18:42:20 - Tools Installation Completed
05/28/2019 18:42:31 - Adobe Installation Completed.
05/28/2019 18:42:31 - Installing Paint
05/28/2019 18:48:00 - MS OFFICE Completed
05/28/2019 18:48:06 - Font Completed
05/28/2019 18:48:06 - Installing Windows Master File
05/28/2019 18:48:06 - Notepad++ Completed
05/28/2019 18:48:06 - Notepad Settings
05/28/2019 18:48:15 - ABC Installation Completed
05/28/2019 18:37:43 - This is the point of no return!
05/28/2019 18:37:43 - --------------------------------------------------
05/28/2019 18:37:44 - Installing Windows Features
05/28/2019 18:42:20 - Tools Installation Completed
05/28/2019 18:42:31 - Adobe Installation Completed.
05/28/2019 18:42:31 - Installing Paint
05/28/2019 18:48:00 - MS OFFICE Completed
05/28/2019 18:48:06 - Font Completed
05/28/2019 18:48:06 - Installing Windows Master File
05/28/2019 18:48:06 - Notepad++ Completed
05/28/2019 18:48:06 - Notepad Settings
05/28/2019 18:48:15 - ABC Installation Completed
05/28/2019 18:48:21 - --------------------------------------------------
05/28/2019 18:48:21 - Install Complete.
05/28/2019 18:48:21 - --------------------------------------------------
I need the contents of file from last occurrence of c:\Temp\3456.exe till end
05/28/2019 18:35:43 - Installation Location: c:\Temp\3456.exe
05/28/2019 18:37:44 - Installing Windows Features
05/28/2019 18:42:20 - Tools Installation Completed
05/28/2019 18:42:31 - Adobe Installation Completed.
05/28/2019 18:42:31 - Installing Paint
05/28/2019 18:48:00 - MS OFFICE Completed
05/28/2019 18:48:06 - Font Completed
05/28/2019 18:48:06 - Installing Windows Master File
05/28/2019 18:48:06 - Notepad++ Completed
05/28/2019 18:48:06 - Notepad Settings
05/28/2019 18:48:15 - ABC Installation Completed
05/28/2019 18:37:43 - This is the point of no return!
05/28/2019 18:37:43 - --------------------------------------------------
05/28/2019 18:37:44 - Installing Windows Features
05/28/2019 18:42:20 - Tools Installation Completed
05/28/2019 18:42:31 - Adobe Installation Completed.
05/28/2019 18:42:31 - Installing Paint
05/28/2019 18:48:00 - MS OFFICE Completed
05/28/2019 18:48:06 - Font Completed
05/28/2019 18:48:06 - Installing Windows Master File
05/28/2019 18:48:06 - Notepad++ Completed
05/28/2019 18:48:06 - Notepad Settings
05/28/2019 18:48:15 - ABC Installation Completed
05/28/2019 18:48:21 - --------------------------------------------------
05/28/2019 18:48:21 - Install Complete.
05/28/2019 18:48:21 - --------------------------------------------------