
Could anyone help to subtract one day from a date filed(in YYYYMMDD format) in input file and write it in output file using sort???
Below is the sample file having date:
20090526
20090525
Expected output file should have records as
20090525
20090524
Thank you ...
Praveen Nayak