Skip to content

Commit

Permalink
Merge pull request #1414 from theabro/05-path-update
Browse files Browse the repository at this point in the history
updated path in 05-loop.md to be relative to home directory
  • Loading branch information
bkmgit authored Jul 23, 2023
2 parents 290a76e + 0b441e9 commit 506e621
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions episodes/05-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,10 +594,11 @@ Since she's still learning how to use the shell,
she decides to build up the required commands in stages.
Her first step is to make sure that she can select the right input files --- remember,
these are ones whose names end in 'A' or 'B', rather than 'Z'.
Starting from her home directory, Nelle types:
Moving to the `north-pacific-gyre` directory, Nelle types:

```bash
$ cd north-pacific-gyre
$ cd
$ 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 506e621

Please sign in to comment.