Skip to content

Commit d0c87fd

Browse files
authored
Merge pull request #289 from LibraryCarpentry/morskyjezek-patch-ep04
minor text modification for code display. Approving without further review since this is a minor change.
2 parents 273962a + a8c4b77 commit d0c87fd

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)