Skip to content

Commit

Permalink
differences for PR #1440
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 9, 2023
1 parent cbe70cf commit 66c5d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 07-find.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,10 @@ Once you have thought about your answer, you can test the commands in the

## Solution

Option 1. is correct. Putting the match expression in quotes prevents the shell
Option 1 is correct. Putting the match expression in quotes prevents the shell
expanding it, so it gets passed to the `find` command.

Option 2 is also works in this instance because the shell tries to expand `*.dat`
Option 2 also works in this instance because the shell tries to expand `*.dat`
but there are no `*.dat` files in the current directory,
so the wildcard expression gets passed to `find`.
We first encountered this in
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"episodes/04-pipefilter.md" "8f1f5df56fb9ed60db6f33a9793664d5" "site/built/04-pipefilter.md" "2023-07-19"
"episodes/05-loop.md" "7712aa4b92c524609e9e2c3d1f888ee4" "site/built/05-loop.md" "2023-08-09"
"episodes/06-script.md" "166572403e3b5f1c314ce7c52babb7b5" "site/built/06-script.md" "2023-08-05"
"episodes/07-find.md" "59dd64cb8f1792666cb3b8a79cc99264" "site/built/07-find.md" "2023-10-25"
"episodes/07-find.md" "b2c592366ea5a5c9a654ba13ec5765d1" "site/built/07-find.md" "2023-11-09"
"instructors/instructor-notes.md" "5db2f86826be7c6bba6157eb15a8a881" "site/built/instructor-notes.md" "2023-06-18"
"learners/discuss.md" "e3a807a008ea41b21938c026470d4ca3" "site/built/discuss.md" "2023-05-02"
"learners/reference.md" "6f8b578b8d91ca4abf2585db9c1910a4" "site/built/reference.md" "2023-07-23"
Expand Down

0 comments on commit 66c5d03

Please sign in to comment.