Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #move #file #directory #linux
ADD COMMENT
Topic
Name
9+1 =