From 61f77db86512145854b4d6aec9f8d36c40034b40 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 23 Jul 2023 05:28:25 +0000 Subject: [PATCH] differences for PR #1414 --- 04-pipefilter.md | 4 ++-- 05-loop.md | 2 +- md5sum.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/04-pipefilter.md b/04-pipefilter.md index bc01c9330..bcebf7434 100644 --- a/04-pipefilter.md +++ b/04-pipefilter.md @@ -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 diff --git a/05-loop.md b/05-loop.md index 8312688e5..201f6db1a 100644 --- a/05-loop.md +++ b/05-loop.md @@ -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 diff --git a/md5sum.txt b/md5sum.txt index 139810320..9e7f7fa8b 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -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"