From 741e69985c71bc68328e70e1fccd105e42d33282 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:44:23 +0100 Subject: [PATCH] Update README.md --- 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 d559cec06..09d67ece8 100644 --- a/subjects/cl-camp1/README.md +++ b/subjects/cl-camp1/README.md @@ -12,7 +12,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 resuls with commas. +- Separates the results with commas. - Order them by ascending order of creation date. - Have the directories ends with a `/`.