My text file has numerous lines formatted like the below data:
04/04/08 01:00:46 Data Received:1103 0026 7 8 07841480403
04/04/08 02:49:18 Data Received:1105 0055 7 8 07876241609
I need a script that would remove the date time and Data Received: portion of each line of the file then save the file. I will also need this process to be ran every 20 minutes and saved with the same file name everytime.
04/04/08 01:00:46 Data Received:1103 0026 7 8 07841480403
04/04/08 02:49:18 Data Received:1105 0055 7 8 07876241609
I need a script that would remove the date time and Data Received: portion of each line of the file then save the file. I will also need this process to be ran every 20 minutes and saved with the same file name everytime.