From 55315f876699ffb355ee12302e48bec1e4f8eefc Mon Sep 17 00:00:00 2001 From: hijmam Date: Mon, 19 Nov 2018 12:09:58 +0000 Subject: [PATCH] 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 --- site/pages/fs/mv.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/site/pages/fs/mv.html b/site/pages/fs/mv.html index 443eb08..9ff63c8 100644 --- a/site/pages/fs/mv.html +++ b/site/pages/fs/mv.html @@ -11,10 +11,8 @@ next-page: pages/fs/pwd.html -The mv 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.
-It stands for MoVe. +The mv 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
 mv [-finv] source target