Skip to content

Commit 76a7936

Browse files
authored
Merge branch 'main' into patch-5
2 parents 65dd11d + d0c87fd commit 76a7936

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 filename in *.txt
144145
do
145146
echo "$filename"

0 commit comments

Comments
 (0)