File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments