Skip to content

Commit

Permalink
Merge pull request #1420 from AndreasBilke/patch-1
Browse files Browse the repository at this point in the history
Fix order of 'ls' output.
  • Loading branch information
gcapes authored Jul 26, 2023
2 parents 506e621 + ab3df63 commit 774e9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/02-filedir.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ $ ls -F
```

```output
animal-counts/ creatures/ numbers.txt alkanes/ writing/
alkanes/ animal-counts/ creatures/ numbers.txt writing/
```

We now know how to go down the directory tree (i.e. how to go into a subdirectory),
Expand Down

0 comments on commit 774e9b9

Please sign in to comment.