We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e9c9c commit c67218eCopy full SHA for c67218e
README.md
@@ -166,7 +166,7 @@ Where `filename1` is the source path to the file and `filename2` is the destinat
166
### i. `rm`
167
Removes a file. Using this command on a directory gives you an error.
168
`rm: directory: is a directory`
169
-In order to remove a directory you have to pass `-rf` to remove all the content of the directory recursively.
+In order to remove a directory you have to pass `-r` to remove all the content of the directory recursively.
170
```bash
171
rm filename
172
```
0 commit comments