Skip to content

Commit ededd99

Browse files
committed
Fixed typo on example of using sed
1 parent 9c542a7 commit ededd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _episodes/05-functions-and-external-tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ for example:
412412
- Delete a specific line:
413413
414414
```bash
415-
$ sed -n '10p' file.txt
415+
$ sed -n '10d' file.txt
416416
```
417417
418418
- Appending text after a line.

0 commit comments

Comments
 (0)