From 4eae7a77ffc5db8a6971ccdafaffbf218c3d23d9 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Thu, 16 Jan 2020 15:37:43 +0000 Subject: [PATCH] fixing errors --- subjects/my-ls-1/my-ls-1.audit.en.md | 3 +-- subjects/my-ls-1/my-ls-1.en.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/my-ls-1/my-ls-1.audit.en.md b/subjects/my-ls-1/my-ls-1.audit.en.md index 871af62cd..fa8139df9 100644 --- a/subjects/my-ls-1/my-ls-1.audit.en.md +++ b/subjects/my-ls-1/my-ls-1.audit.en.md @@ -36,11 +36,10 @@ ##### Run both my-ls-1 and the system command `ls` with the flag: `-la`. ###### Does it displays the same files and/or folders in the same order? -##### Try running the program with `-l -t` and a directory as arguments ##### Run both my-ls-1 and the system command `ls` with the arguments: `-l -t `. ###### Does it displays the same files and/or folders in the same order? -##### Run both my-ls-1 and the system command `ls` with the arguments: `-lRr `, in which the directory chosen contains folders. ###### Does it displays the same files and/or folders in the same order? #### General diff --git a/subjects/my-ls-1/my-ls-1.en.md b/subjects/my-ls-1/my-ls-1.en.md index 07ee61cf0..34b45b6bc 100644 --- a/subjects/my-ls-1/my-ls-1.en.md +++ b/subjects/my-ls-1/my-ls-1.en.md @@ -13,6 +13,7 @@ - `-a` - `-r` - `-t` + - Note that you can use various flags, in various ways, just like in `ls`. - When it comes to the `ls -l` display, it must be identical to the system command. - Other flags displays are up to you.