Skip to content

Commit

Permalink
li isn't a syllable!
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickwurm authored Oct 14, 2024
1 parent 7a67001 commit c642a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2021/practical1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Have a look inside the variable `names`. We have successfully isolated the genus

Hint - you should be able to identify the words containing these patterns using a single `grep` command. We have learnt how to search for a choice of two or more characters in class.

#### Q5b. How many reptile names in `names` contain the syllables "us" or "li"?
#### Q5b. How many reptile names in `names` contain "us" or "li"?

Hint - As before, use a single `grep` command to identify the words with these patterns.

Expand Down

0 comments on commit c642a03

Please sign in to comment.