linux move files up one directory code example
Example 1: linux move all files up a directory
mv myfolder/* .
Example 2: how to move file from one directory to another in linux
mv file1 /tmp
Example 3: linux command to move a file to another directory
mv filename directoryname