command for going folder in folder in linux code example
Example 1: how to move a directory in linux
mv /path/to/source /path/to/dest
Example 2: linux command to go to the previous directory
cd - #go to the previous directory
mv /path/to/source /path/to/dest
cd - #go to the previous directory