From 733123177c50228785adc965def8650d92330d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 11 Nov 2019 17:43:14 +0000 Subject: [PATCH] fixup clamp1 subject --- subjects/cl-camp1.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/cl-camp1.en.md b/subjects/cl-camp1.en.md index 2aea2c97c..c03a15d2d 100644 --- a/subjects/cl-camp1.en.md +++ b/subjects/cl-camp1.en.md @@ -10,11 +10,11 @@ The instincts are coming back... Put in a file `mastertheLS` the command line that will: -- list the files and folders of the current folder. +- list the files and directories of the current directory. - Ignore the hidden files, the "." and the "..". - Separates the resuls with commas. - Order them by ascending order of creation date. -- Have the folders have a `/` in front of them. +- Have the directories ends with a `/`. ### Hint