Skip to content

Commit 3f16b64

Browse files
committed
patterns text corrected
1 parent 3218a25 commit 3f16b64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/patterns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ For more options, check ``man find``
132132

133133
You could do the searches inside ``exercises`` directory or inside ``exercises/patterns`` directory.
134134

135-
!!! Exercise "Find the file ``myfile.txt`` in the directory you are standing in and below"
135+
!!! Exercise "Find the file ``fil4.txt`` in the directory you are standing in and below"
136136

137137
??? Solution "Click to reveal solution"
138138

139139
```bash
140-
find . -type f -name "file.txt"
140+
find . -type f -name "fil4.txt"
141141
```
142142

143-
!!! Exercise "Find the files ``myfile.txt`` as part of the name in the directory ``expressions/patterns`` while standing in ``exercises/script``"
143+
!!! Exercise "Find the file ``myfile0.txt`` which is part of the name in the directory ``expressions/patterns`` while standing in ``exercises/script``"
144144

145145
??? Solution "Click to reveal solution"
146146

0 commit comments

Comments
 (0)