linux move folder and subfolders to parent

C++
cd to/the/dir
mv * ../

Source

Also in C++: