I have about 200 directories in /home/. The problem is that they all exist in this way:
/home/{user}/homedir/
While it should just be:
/home/{user}/
With what command can I mass move all content of homedir one directory up for each user?
Thanks for the help.