From ab3df631eec759f58535042c8ee6596a51dee665 Mon Sep 17 00:00:00 2001 From: Andreas Bilke Date: Sun, 23 Jul 2023 11:00:30 +0200 Subject: [PATCH] Update 02-filedir.md Fix order of ls output. alkanes/ comes before all other names and not in between --- episodes/02-filedir.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/02-filedir.md b/episodes/02-filedir.md index b2ef09f36..ae7cc2bed 100644 --- a/episodes/02-filedir.md +++ b/episodes/02-filedir.md @@ -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),