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