changing the content of the mv command in the filesystem folder

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@265 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
hijmam 2018-11-19 12:09:58 +00:00
parent ca47e336ba
commit 55315f8766
1 changed files with 2 additions and 4 deletions

View File

@ -11,10 +11,8 @@ next-page: pages/fs/pwd.html
<!-- Co-authored with Joy Albertini -->
The <code>mv</code> command is used to move a file from a given path to another.
It can also be used to rename a file by moving it into the same directory,
but with a different name.<br>
It stands for <i>MoVe</i>.
The <code>mv</code> command is used to move a file and directories from a given path to another.
If both files are in the same filesystem it will result as a renaming of the file<br>
<pre>
mv [-finv] source target