Skip to content

Commit 0154cf4

Browse files
committed
differences for PR #284
1 parent 2f1f8bb commit 0154cf4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

05-counting-mining.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,16 @@ $ grep -iw hero *a.tsv > results/hero-i.tsv
649649

650650
::::::::::::::::::::::::::::::::::::::::::::::::::
651651

652+
:::::::::::::::::::::::::::::::::::::::::::::::::: instructor
653+
654+
### Watch out for different behaviour of the -E option across systems
655+
656+
Learners may encounter some inconsistent behaviour between operating systems when solving the challenge below.
657+
`grep -E` on macOS acts like `grep -P` on other platforms.
658+
On Windows and Linux, `grep -E` is halfway between `grep -P` and `grep`: it only does what `grep` can do, but uses Perl-compatible syntax to do it.
659+
660+
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
661+
652662
::::::::::::::::::::::::::::::::::::::: challenge
653663

654664
## Searching with regular expressions

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"episodes/02-navigating-the-filesystem.md" "a55e2785748efba647329295a246802c" "site/built/02-navigating-the-filesystem.md" "2024-05-02"
99
"episodes/03-working-with-files-and-folders.md" "f28760ce8c1c6e3b96c8b6ccacc55772" "site/built/03-working-with-files-and-folders.md" "2024-02-23"
1010
"episodes/04-loops.md" "ef86d9f8b71733dea97b44a886391bdd" "site/built/04-loops.md" "2024-02-23"
11-
"episodes/05-counting-mining.md" "d287fe1d39afedc4a4448a9b4427aafc" "site/built/05-counting-mining.md" "2024-05-07"
11+
"episodes/05-counting-mining.md" "8a1409e608d737dc37bb8057e9d6260b" "site/built/05-counting-mining.md" "2024-11-07"
1212
"episodes/06-free-text.md" "0189b30bfbfaaa9ab8e754834500b2f0" "site/built/06-free-text.md" "2024-06-05"
1313
"instructors/instructor-notes.md" "c317e03b34390725b50f49df1bf943b1" "site/built/instructor-notes.md" "2024-02-23"
1414
"learners/discuss.md" "498cf8840b7e5bb0897f7c15af83c052" "site/built/discuss.md" "2023-08-29"

0 commit comments

Comments
 (0)