Skip to content

Commit

Permalink
Make printed output consistent with what is obtained
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit authored Sep 25, 2024
1 parent c1272a6 commit 5c85a77
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions episodes/05-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,10 +605,11 @@ $ for datafile in NENE*A.txt NENE*B.txt

```output
NENE01729A.txt
NENE01729B.txt
NENE01736A.txt
NENE01751A.txt
...
NENE02043A.txt
NENE02040B.txt
NENE02043B.txt
```

Expand All @@ -626,10 +627,10 @@ $ for datafile in NENE*A.txt NENE*B.txt

```output
NENE01729A.txt stats-NENE01729A.txt
NENE01729B.txt stats-NENE01729B.txt
NENE01736A.txt stats-NENE01736A.txt
NENE01736A.txt stats-NENE01729A.txt
NENE01751A.txt stats-NENE01729A.txt
...
NENE02043A.txt stats-NENE02043A.txt
NENE02040B.txt stats-NENE02040B.txt
NENE02043B.txt stats-NENE02043B.txt
```

Expand Down Expand Up @@ -685,8 +686,8 @@ it produces one line of output every five seconds or so:

```output
NENE01729A.txt
NENE01729B.txt
NENE01736A.txt
NENE01751A.txt
...
```

Expand Down

0 comments on commit 5c85a77

Please sign in to comment.