- need example of find command (or several) At some point you will need to search the files on your system. You may be looking for a file modified at a particular date, owned by a particular user, or for a file with a particular name or which contains a particular string. To do this, we can use the find command.
The find command recursively searches
- grep examples
- grep regex examples, explain what regular expressions and give examples