How To Move File In Directory In Linux

[Solved] How To Move File In Directory In Linux | Perl - Code Explorer | yomemimo.com
Question : move a file from one directory to another in linux

Answered by : alex-5frzv9xp39ni

// 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 : | Last Update : Tue, 07 Sep 21

Answers related to how to move file in directory in linux

Code Explorer Popular Question For Perl