Skip to content

Commit f251f5e

Browse files
authored
Merge pull request #162 from scottcpeterson/patch-14
?.txt instead of *.txt for loop example
2 parents 85f4be2 + 01cf055 commit f251f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/04-loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ We can apply this to our example like this:
4545

4646

4747
~~~
48-
$ for filename in *.txt
48+
$ for filename in ?.txt
4949
> do
5050
> echo "$filename"
5151
> cp "$filename" backup_"$filename"

0 commit comments

Comments
 (0)