I have multiple folders which contain subfolders like JAN/ Jan/ FEB/ Feb/ MAR/ Mar/ and so on. I need to move all files from JAN/* to Jan/ FEB/* to Feb/ and so on. How do I achieve this with a shell script?
[link][12 comments]
I have multiple folders which contain subfolders like JAN/ Jan/ FEB/ Feb/ MAR/ Mar/ and so on. I need to move all files from JAN/* to Jan/ FEB/* to Feb/ and so on. How do I achieve this with a shell script?