Hi All,
If anybody could help me with my scenario here. I have a statement file. Example of some content:
What I want to do here is to remove couple of empty spaces between column Total and Rate. Any lines that start with date (eg. as date above 02-Jan-08,14-Sep-07,29-Oct-06), I want to remove lets say 2 empty spaces between Total value and Rate value. Date always starts after 8 spaces. Can this be done with sed or awk? I'm totaly lost here. At the moment the Rate value is out of the box (special statement paper).
Thanks.
If anybody could help me with my scenario here. I have a statement file. Example of some content:
Code:
DATE DESC Debit Credit Total Rate
02-Jan-08 Lodgement 200.00 1200.00 2.51
14-Sep-07 Withdrawal 50.00 1000.00 2.51
29-Oct-06 Lodgement 100.00 1050.00 2.51
Thanks.