Skip to content

Commit 9e07138

Browse files
committed
fix: update sample chapter number
1 parent 168b664 commit 9e07138

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/docs/chapter12.md renamed to samples/docs/chapter6.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "Advanced Text Manipulation"
33
slug: "advanced-text-manipulation"
4-
weight: 14
4+
weight: 6
55
---
66

7-
# Chapter 14 - Advanced Text Manipulation
7+
# Chapter 6 - Advanced Text Manipulation
88

9-
In [Chapter 13]({{< relref "/docs/part-3-manipulating-text/13-slice-and-dice-text" >}}) we introduced some simple commands to work with text - specifically `head`, `tail`, `tr` and `cut`. Now we are going to take a look at how we can perform more sophisticated tasks with text.
9+
In [Chapter 6]({{< relref "/docs/part-3-manipulating-text/6-slice-and-dice-text" >}}) we introduced some simple commands to work with text - specifically `head`, `tail`, `tr` and `cut`. Now we are going to take a look at how we can perform more sophisticated tasks with text.
1010

1111
First we'll look at `sed` - the 'stream editor' tool, which can be used to perform sophisticated manipulation of text. In many cases a small command involving `sed` can quickly solve problems. We'll look at some of the common ways to use `sed`, and when you might want to consider the `awk` tool.
1212

0 commit comments

Comments
 (0)