Hi,
I need a tool or command which can take a file as input, take two strings (one will be start string and other will be end string), copy all the contents between the string (along with start and end string) to new file output.
I need this as soon as possible.
I am trying to write code but not able to get proper logic.
Any input is helpful.
The starting and ending strings will be like #BG and #EN and this may vary from file to file.