mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
317 B
16 lines
317 B
6 years ago
|
## cl-camp3
|
||
6 years ago
|
|
||
6 years ago
|
### Instructions
|
||
6 years ago
|
|
||
|
"start looking ..."
|
||
|
|
||
|
Create a file `look`, which will look for and show, in the current directory and its sub-folders all the files :
|
||
|
|
||
5 years ago
|
- starting with an `a` or,
|
||
|
- all the files ending with a `z` or,
|
||
|
- all files starting with `z` and ending with `a!`.
|
||
6 years ago
|
|
||
6 years ago
|
### Hint
|
||
6 years ago
|
|
||
|
Read the `find` man...
|