for example, the file structure is as follows:
file1
file2
directory/file3
directory/file4
now move all the above files and folders to a new folder newDirectory
. How does the command line implement?
filenames may be irregular filenames, and there may be a large number of them.