I have over 1500+ ".pad" files. This are really just txt files. Now in each of these files, there is a string, like the following:
setDate="2007-01-18"
I want a script that scans through all these thousands of files and looks for the string setDate= and changes the date right after it to 2015-06-30.
So basically in ALL the files, setDate="YYYY-MM-DD" becomes setDate="2015-06-30"
All dates must change to 2015-06-30.
Thanks.
Start Free Trial