Linux Command To Move A File To Another Directory

[Solved] Linux Command To Move A File To Another Directory | 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 linux command to move a file to another directory

Code Explorer Popular Question For Perl