From c1c5edba982176657f3ffee915dd40f676aaf2b4 Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 11 Jan 2023 13:14:33 +0000 Subject: [PATCH] docs(cl-camp1): explictly state that results are without spaces --- 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 82cabbfb..ac9c127b 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 results with commas. +- Separate the results with commas **only**. - Order them by ascending order of access time (the newest first). - Have the directories ends with a `/`.