docs(cl-camp1): explictly state that results are without spaces

This commit is contained in:
davhojt 2023-01-11 13:14:33 +00:00
parent d3f8c485a1
commit c1c5edba98
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
1 changed files with 1 additions and 1 deletions

View File

@ -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 `/`.