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....