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: docs/modify.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You can remove files with ``rm``. You can use the flag/option ``-i`` to prompt b
43
43
44
44
!!! warning
45
45
46
-
If you do not add the flag/option "-i" the file will be deleted without prompting. Be careful!
46
+
If you do not add the flag/option `-i` the file will be deleted without prompting. Be careful!
47
47
48
48
Be **extra** careful using `rm -rf` with glob patterns (see [Wild Cards under The File System](../filesystem/#wild__cards) )! It is strongly recommended that you always test a pattern with `ls` and check that the output is what you expect before using `rm -rf` on that pattern.
49
49
@@ -197,7 +197,7 @@ This command is used to copy files or directories.
0 commit comments