Using a batch script, how do I delete the following pattern from the start of a file?
DN: CN=ACME Test,OU=ACME Test Company,O=ACME Big Org someObject;binary:
There is a space character after binary: that needs deleting too.
The file contains:
DN: CN=ACME Test,OU=ACME Test Company,O=ACME Big Org someObject;binary: MI...
The ... indicates lots more character after the MI
I just need the MI and all the characters the follow it to be in the file after the batch script has run