Given logfiles in a directory stamped like this:
log_from_2012_08_14-11:57:21_To_2012_09_14-11:56:12.zip log_from_2012_10_14-11:57:21_To_2012_11_14-11:56:12.zip
And given that there are about 155450 files like this, how can I do the following in a simple or efficient way:
Use logrotate, or another tool, to make a folder for each month : mkdir $currentMont = october, for example, and put all of the October, 2012 files there, and so on, for each month.