You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Where `filename1` is the source path to the file and `filename2` is the destinat
166
166
### i. `rm`
167
167
Removes a file. Using this command on a directory gives you an error.
168
168
`rm: directory: is a directory`
169
-
In order to remove a directory you have to pass `-r`to remove all the content of the directory recursively.
169
+
To remove a directory you have to pass `-r`which will remove the content of the directory recursively. Optionally you can use `-f` flag to force the deletion i.e. without any confirmations etc.
0 commit comments