In this tutorial, we will introduce how to use mv -i command to move files in linux.
mv –i sourceFile targetFile
Here is an example:
mv -i myfile anotherfile
Run this code, you will see:
In this tutorial, we will introduce how to use mv -i command to move files in linux.
mv –i sourceFile targetFile
Here is an example:
mv -i myfile anotherfile
Run this code, you will see: