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
This commit is contained in:
hijmam 2018-11-19 12:15:26 +00:00
parent 55315f8766
commit 4ea37569f5
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ previous-page: pages/fs/relative.html
The <code>rm</code> command is used to delete and unlink directories and files.<br>
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.<br>
It stands for <i>ReMove</i>.
<pre>
rm [-dfiPRrvW] file1 file2 file....