Every folder here got about 1000 items, and I wish to "move" the last 100 items to another directory by creating the same folder name and store it.
Example:
/original/folder1/
/original/folder2/
...
/original/folder50/
Ibwish to move the last 100 items from every folder above to destination below which is not created at the very beginning.
/dest/folder1/
/dest/folder2/
....
/dest/folder50/