Skip to content

Commit c67218e

Browse files
itsashis4uAdnan Ahmed
authored and
Adnan Ahmed
committed
Removed -f option for rm command (Idnan#14)
1 parent 56e9c9c commit c67218e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Where `filename1` is the source path to the file and `filename2` is the destinat
166166
### i. `rm`
167167
Removes a file. Using this command on a directory gives you an error.
168168
`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.
169+
In order to remove a directory you have to pass `-r` to remove all the content of the directory recursively.
170170
```bash
171171
rm filename
172172
```

0 commit comments

Comments
 (0)