From 32c8583a98600ae8fec778bc7ce8ed47b0b1c8c0 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:46:38 +0100 Subject: [PATCH] Update README.md --- subjects/cl-camp5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/cl-camp5/README.md b/subjects/cl-camp5/README.md index 31ef0554..5878a669 100644 --- a/subjects/cl-camp5/README.md +++ b/subjects/cl-camp5/README.md @@ -9,6 +9,7 @@ Create a file `lookagain.sh`, which will look, from the current directory and it - all the files ending with `.sh`. That command will only show the name of the files without the `.sh`. +The files will be in ascending order (as shown in the below example). ### Usage