From fb268fa9ca0a5d07345ff126dcc33611f5701c6c Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 12 Aug 2022 09:47:15 +0100 Subject: [PATCH] Docs(change a sentence for better clarification) --- subjects/cl-camp1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/cl-camp1/README.md b/subjects/cl-camp1/README.md index 39f466c7..82cabbfb 100644 --- a/subjects/cl-camp1/README.md +++ b/subjects/cl-camp1/README.md @@ -13,7 +13,7 @@ Put in a file `mastertheLS` the command line that will: - list the files and directories of the current directory. - Ignore the hidden files, the "." and the "..". - Separates the results with commas. -- Order them by ascending order of access time (the last file to be accessed first). +- Order them by ascending order of access time (the newest first). - Have the directories ends with a `/`. ### Hint