Skip to content

Commit 2af1039

Browse files
committed
differences for PR #289
1 parent 2b807d2 commit 2af1039

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

04-loops.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Alternatively, rather than running the loop above on the command line, you can s
140140
#!/bin/bash
141141
# This script loops through .txt files, returns the file name,
142142
# first line, and last line of the file
143+
143144
for file in *.txt
144145
do
145146
echo "$file"

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"episodes/01-intro-shell.md" "4248552de8d7fe3f30930e93acef8436" "site/built/01-intro-shell.md" "2023-05-08"
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"
10-
"episodes/04-loops.md" "85f66d92cc6fc1a25b0214c0d108f892" "site/built/04-loops.md" "2025-11-18"
10+
"episodes/04-loops.md" "a7efb91f8e706cf3a11505aeffdb8e11" "site/built/04-loops.md" "2025-11-18"
1111
"episodes/05-counting-mining.md" "8a1409e608d737dc37bb8057e9d6260b" "site/built/05-counting-mining.md" "2025-02-12"
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"

0 commit comments

Comments
 (0)