Skip to content

Commit 5620902

Browse files
authored
Update modify.md
fix typo and one other typesetting error
1 parent 12dec27 commit 5620902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can remove files with ``rm``. You can use the flag/option ``-i`` to prompt b
4343

4444
!!! warning
4545

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!
4747

4848
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.
4949

@@ -197,7 +197,7 @@ This command is used to copy files or directories.
197197
cp -r testdir1/testdir3 testdir2/
198198
```
199199
200-
b) Copy will standing inside ``testdir1``
200+
b) Copy from inside ``testdir1``
201201
```bash
202202
cp -r testdir3 ../testdir2
203203
```

0 commit comments

Comments
 (0)