Skip to content

Commit

Permalink
differences for PR #1414
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 23, 2023
1 parent 6e7e94d commit 61f77db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 04-pipefilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,8 @@ and *only* the processed data files?
3. The shell would expand `*` to match everything in the current directory,
so the command would try to remove all matched files and an additional
file called `.txt`
4. The shell expands `*.*` to match all filenames containing at least one
`.`, including the processed files (`.txt`) *and* raw files (`.dat`)
4. The shell would expand `*.*` to match all files with any extension,
so this command would delete all files



Expand Down
2 changes: 1 addition & 1 deletion 05-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ these are ones whose names end in 'A' or 'B', rather than 'Z'.
Starting from her home directory, Nelle types:

```bash
$ cd north-pacific-gyre
$ cd Desktop/shell-lesson-data/north-pacific-gyre
$ for datafile in NENE*A.txt NENE*B.txt
> do
> echo $datafile
Expand Down
4 changes: 2 additions & 2 deletions md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"episodes/01-intro.md" "f9424965b4e7855f0e569be741c5e88e" "site/built/01-intro.md" "2023-06-09"
"episodes/02-filedir.md" "84f64bc9d0c8868f573383d5ccfa99d1" "site/built/02-filedir.md" "2023-06-18"
"episodes/03-create.md" "f8cff1c78a401684b728ebea3c36cbec" "site/built/03-create.md" "2023-06-18"
"episodes/04-pipefilter.md" "8f1f5df56fb9ed60db6f33a9793664d5" "site/built/04-pipefilter.md" "2023-07-19"
"episodes/05-loop.md" "9858630db913016e302d18d2ee2dbfa3" "site/built/05-loop.md" "2023-05-16"
"episodes/04-pipefilter.md" "65cb4145082a7c30bde267cbcd211275" "site/built/04-pipefilter.md" "2023-07-23"
"episodes/05-loop.md" "0d440d4e3f416a6bc3ca455fd979542e" "site/built/05-loop.md" "2023-07-23"
"episodes/06-script.md" "e214b3c6c95e4b43c7ed6aa7b5a2809a" "site/built/06-script.md" "2023-06-05"
"episodes/07-find.md" "ee2c6b006da9c8a66a850f2e6a720a5d" "site/built/07-find.md" "2023-05-02"
"instructors/instructor-notes.md" "5db2f86826be7c6bba6157eb15a8a881" "site/built/instructor-notes.md" "2023-06-18"
Expand Down

0 comments on commit 61f77db

Please sign in to comment.