Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : c07b432
Branch  : main
Author  : Benson Muite <[email protected]>
Time    : 2023-11-10 06:49:05 +0000
Message : Merge pull request #1443 from cknuepfer/cknuepfer-patch-2

Correct formatting
  • Loading branch information
actions-user committed Nov 10, 2023
1 parent a20693c commit c832f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions 05-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ In this example, the list is three filenames: `basilisk.dat`, `minotaur.dat`, an
Each time the loop iterates, we first use `echo` to print the value that the variable
`$filename` currently holds. This is not necessary for the result, but beneficial for us here to
have an easier time to follow along.
Next, we will run the `head` command on the file currently referred to by $filename.
The first time through the loop,
`$filename` is `basilisk.dat`.
Next, we will run the `head` command on the file currently referred to by `$filename`.
The first time through the loop, `$filename` is `basilisk.dat`.
The interpreter runs the command `head` on `basilisk.dat`
and pipes the first two lines to the `tail` command,
which then prints the second line of `basilisk.dat`.
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"episodes/02-filedir.md" "84f20e8590a441757d680a2227966491" "site/built/02-filedir.md" "2023-08-14"
"episodes/03-create.md" "3e03cf7174ebce6b5574e3d7abce8c00" "site/built/03-create.md" "2023-07-31"
"episodes/04-pipefilter.md" "8f1f5df56fb9ed60db6f33a9793664d5" "site/built/04-pipefilter.md" "2023-07-19"
"episodes/05-loop.md" "2a28a8e1f4244638ca619e017cb5c8f1" "site/built/05-loop.md" "2023-11-09"
"episodes/05-loop.md" "fd0d4a3a3795930cc2e156b6e2b25a04" "site/built/05-loop.md" "2023-11-10"
"episodes/06-script.md" "166572403e3b5f1c314ce7c52babb7b5" "site/built/06-script.md" "2023-08-05"
"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"
Expand Down

0 comments on commit c832f19

Please sign in to comment.