Move files one directory down in the hierarchy on linux
mv myfolder/.* .
So for example if the data was in /home/myuser/myfolder then from /home/myuser/ run the command.
Found here:
http://unix.stackexchange.com/questions/19344/move-folder-content-up-one-level/19345#19345