I had a Raspberry Pi once and wanted to move file from the current folder to some other folder. I typed mv /* /path/to/folder/
and move everything in the root directory and down to this other folder.
^Correct would have been dot slash: mv ./* /path/to/folder/ a^