About Us Hindi WPMesh Job Alert! We Are Hiring!
mv command used to move directory from one location to another location using this command.
$mv [directory_name] [destination_path]
it will move the demodir to demodir1
$mv demodir demodir1