LINUX: Move or rename the folder through linux command
This performs the duo action which are move and rename.
This moves the source file from one directory to another directory.
E.g:
mv source_file_or_dir destination_file_or_dir
This performs the duo action which are move and rename.
This moves the source file from one directory to another directory.
E.g:
mv source_file_or_dir destination_file_or_dir