Skip to content

Commit

Permalink
Merge pull request #1438 from jsteyn/patch-2
Browse files Browse the repository at this point in the history
Replace link to regular expressions lesson
  • Loading branch information
bkmgit authored Oct 25, 2023
2 parents 88dfc19 + c20d201 commit 4141169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/07-find.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ the fact that patterns can include wildcards. (The technical name for
these is **regular expressions**, which
is what the 're' in 'grep' stands for.) Regular expressions are both complex
and powerful; if you want to do complex searches, please look at the lesson
on [our website](https://v4.software-carpentry.org/regexp/index.html). As a taster, we can
on [our website](https://librarycarpentry.org/lc-data-intro/01-regular-expressions.html). As a taster, we can
find lines that have an 'o' in the second position like this:

```bash
Expand Down

0 comments on commit 4141169

Please sign in to comment.