Hi
I'm trying to process a file with dates in the format of "week.year".
I need to convert this to "first day of week.month.year"
example:
01.2006 to 02.01.2006
02.2006 to 09.01.2006
03.2006 to 16.01.2006
I'm not sure if it's possible to pass the date command a string with the week in it.
Is there a way to do this?
Thanks
I'm trying to process a file with dates in the format of "week.year".
I need to convert this to "first day of week.month.year"
example:
01.2006 to 02.01.2006
02.2006 to 09.01.2006
03.2006 to 16.01.2006
I'm not sure if it's possible to pass the date command a string with the week in it.
Is there a way to do this?
Thanks