Given a group of files with the following naming convention:
datetime_restofname.txt
an example of which would be:
200906290700_somewordorphrase.txt
how could I batch change the mtime of the files to match the date and time in the filename?
|
up vote
1
down vote
favorite
|
|||
|
|
|
up vote
5
down vote
accepted
|
This will set the file modtime to the date string before the underscore. |
||||||||||
|