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
316 B

5 years ago
## cl-camp3
5 years ago
### Instructions
"start looking ..."
Create a file `look`, which will look for and show, in the current directory and its sub-folders:
- everything that starts with an `a` or,
- all the files ending with a `z` or,
- all files starting with `z` and ending with `a!`.
5 years ago
### Hint
Read the `find` man...