rm shell script that move file to another directory 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