Skip to content

Commit a8c4b77

Browse files
committed
add space after comment to duplicate the script as it appears in previous example and accompanying file
1 parent 273962a commit a8c4b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

episodes/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"

0 commit comments

Comments
 (0)