From a8c4b77074de0bf9085b074d01b652ac7589c036 Mon Sep 17 00:00:00 2001 From: Jesse Johnston Date: Mon, 17 Nov 2025 19:53:23 -0500 Subject: [PATCH] add space after comment to duplicate the script as it appears in previous example and accompanying file --- episodes/04-loops.md | 1 + 1 file changed, 1 insertion(+) diff --git a/episodes/04-loops.md b/episodes/04-loops.md index 05a0fb38..e96dc9b8 100644 --- a/episodes/04-loops.md +++ b/episodes/04-loops.md @@ -140,6 +140,7 @@ Alternatively, rather than running the loop above on the command line, you can s #!/bin/bash # This script loops through .txt files, returns the file name, # first line, and last line of the file + for file in *.txt do echo "$file"