docs(find-files): fix grammer error

This commit is contained in:
Zouhair AMAZZAL 2022-12-09 11:31:12 +01:00
parent 80706806e6
commit 266d7dd0ee
1 changed files with 2 additions and 2 deletions

View File

@ -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