How can I use the date command to convert something like "monday week 40" into a ISO date?
I am playing with something like this:
date --date='monday week 40' +'%Y-%m-%d'
And the date I'm searching for would be 2011-10-03.
But my problem is that this date string is not valid, so I need another approach to solve this problem.
/Thanks
%Vformat sequence used by 'user unknown' reports the ISO week number. – Peter.O Sep 1 '11 at 16:16