Answers for "linux terminal move file to another directory"

1

move a file from one directory to another in linux

// Move to the directory that the file you want to move is using the cd command.
// Then open a terminal Ctrl+Alt+T, and run:
mv myFile.itsExtention /theDirectoryToMoveInto
Posted by: Guest on August-31-2021

Code answers related to "linux terminal move file to another directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language