Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 55a7caf

Browse files
corrected couple of typos
1 parent 945483f commit 55a7caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnu_sed.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ DESCRIPTION
9797
9898
## <a name="simple-search-and-replace"></a>Simple search and replace
9999
100-
Detailed examples for **substitute** command will be convered in later sections, syntax is
100+
Detailed examples for **substitute** command will be covered in later sections, syntax is
101101
102102
```
103103
s/REGEXP/REPLACEMENT/FLAGS
@@ -785,7 +785,7 @@ $ seq 10 | sed -n '1~2p'
785785
7
786786
9
787787
788-
$ # match line numbers: 2, 2+2*2, 2+3*2, etc
788+
$ # match line numbers: 2, 2+1*4, 2+1*4, etc
789789
$ seq 10 | sed -n '2~4p'
790790
2
791791
6

0 commit comments

Comments
 (0)