As usual, there was a simple solution: the linux command touch - which I only ever used for creating empty files.
To change the dates on all files in a folder to the 17th of March 2009 at teatime it is as simple as:
touch * -t "200903171800"
Notes, Scripts, Fixes and How-Tos for Linux (& Windows).
As usual, there was a simple solution: the linux command touch - which I only ever used for creating empty files.
To change the dates on all files in a folder to the 17th of March 2009 at teatime it is as simple as:
touch * -t "200903171800"
0 comments:
Post a Comment