I would like to replace 01 day string to 25 in my duepayment.txt file (approx. 2500 lines). For example, change 08012014 to 08252014 (mmddyyyy) without changing any other text containing "01".
original duepayment.txt file;
001-01 NSW 08012014
001-02 VIC 01012015
result desired.txt
001-01 NSW 08252014
001-02 VIC 01252015