Skip to content

Commit 5bb7049

Browse files
Fix typo in sed.md
1 parent f887eb7 commit 5bb7049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/sed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Replace only the nth occurrence of a string
159159
$ sed 's/old/new/2' file.txt
160160
```
161161

162-
Replace replace a string only on the 5th line
162+
Replace a string only on the 5th line
163163

164164
```shell script
165165
$ sed '5 s/old/new/' file.txt

0 commit comments

Comments
 (0)