I have this folder structure:
In mixed
folder there are various file which have, as first char of the name, a digit from 0 to 9. What I want to do is to move all files which begins with 0 to the 0 folder, all which begin with 1 to 1 folder and so on..
I tried this solution but it doesn't seems to work.