Browse Source

docs(find-files): fix grammer error

DEV-4017-prototypes-exercise-1-animals
Zouhair AMAZZAL 2 years ago
parent
commit
266d7dd0ee
  1. 4
      subjects/devops/find-files/README.md

4
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

Loading…
Cancel
Save