Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions episodes/04-loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down