Skip to content

Commit

Permalink
Update 02-filedir.md
Browse files Browse the repository at this point in the history
Fix order of ls output.

alkanes/ comes before all other names and not in between
  • Loading branch information
AndreasBilke committed Jul 23, 2023
1 parent 506e621 commit ab3df63
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 ab3df63

Please sign in to comment.