Skip to content

Commit

Permalink
updated path in 05-loop.md to be relative to home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
theabro committed Jul 16, 2023
1 parent 61534b4 commit c19a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ these are ones whose names end in 'A' or 'B', rather than 'Z'.
Starting from her home directory, Nelle types:

```bash
$ cd north-pacific-gyre
$ cd Desktop/shell-lesson-data/north-pacific-gyre
$ for datafile in NENE*A.txt NENE*B.txt
> do
> echo $datafile
Expand Down

0 comments on commit c19a539

Please sign in to comment.