From 266d7dd0ee9b69b1e46e8e3eecebb897c8c3add9 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL <44241862+zamazzal@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:31:12 +0100 Subject: [PATCH] docs(find-files): fix grammer error --- subjects/devops/find-files/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/devops/find-files/README.md b/subjects/devops/find-files/README.md index 3bc0b081..901a4026 100644 --- a/subjects/devops/find-files/README.md +++ b/subjects/devops/find-files/README.md @@ -6,8 +6,8 @@ Create a file `find-files.sh`, which will look for and show, in the current directory and its sub-folders: -everything (Regular file, Directory file, Link file,...) that starts with an `a` or, -all Regular file ending with a `z` +everything (Regular file, Directory file, Link file,...) that starts with an `a` and, +all Regular files ending with a `z` - You can use this for testing: https://assets.01-edu.org/devops-branch/find-files-example.zip