Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Move to the folder you want the files to eventually reside in, the example works on the premise that the target directory is above the source directory.
|_examplefolder |_myfolder
Issue the following at shell
mv myfolder/* .
This command would copy all the files inside myfolder into the current directory you sit in.