From 4ea37569f59e1b423e8a37a44064b24fb572e6fa Mon Sep 17 00:00:00 2001 From: hijmam Date: Mon, 19 Nov 2018 12:15:26 +0000 Subject: [PATCH] changing the content of the rm command in the filesystem folder git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@266 a672b425-5310-4d7a-af5c-997e18724b81 --- site/pages/fs/rm.html | 1 - 1 file changed, 1 deletion(-) diff --git a/site/pages/fs/rm.html b/site/pages/fs/rm.html index 7e54945..6fc3db2 100644 --- a/site/pages/fs/rm.html +++ b/site/pages/fs/rm.html @@ -11,7 +11,6 @@ previous-page: pages/fs/relative.html The rm command is used to delete and unlink directories and files.
It attempts to remove the non-directory type files specified on the command line. If the permissions of the file do not permit writing, the user is prompted for confirmation.
-It stands for ReMove.
 rm [-dfiPRrvW] file1 file2 file....