I've this structure
2011-04-18T07.32.19UTC2011-04-19T07.32.19UTC2011-04-20T03.15.01UTC
Every night, a new directory based on the current date is created.
I would create a symbolic link on the latest directory created:
mysimlink --> 2011-04-20T03.15.01UTC
But tomorrow I would see
mysimlink --> 2011-04-21T03.15.01UTC
How can I do it?