how to move files into a folder bash code example
Example 1: move files with in bash
mv path/to/src to/path/destination
Example 2: linux command to move a file to another directory
mv filename directoryname
mv path/to/src to/path/destination
mv filename directoryname