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