Answers for "command for moving files in linux"

2

command for moving files in linux

#mv filename destinationpath
#for example:
#moves a file named book from its original locations to the Desktop.
mv book /home/kali/Desktop
Posted by: Guest on April-25-2021

Code answers related to "command for moving files in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language