how to move one file to another directory in linux code example
Example 1: how to move file from one directory to another in linux
mv file1 /tmp
Example 2: linux command to move a file to another directory
mv filename directoryname
mv file1 /tmp
mv filename directoryname