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:
parent
90ff4fec71
commit
a803937b90
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue