Directory Navigation
find <pathname(s)> ‘<condition(s)>’
- Descends the directory tree beginning at the pathname and locates the files that meet the condition(s)
- Conditions:
- [-name <pattern>] searches for files with a specific name. Recommend enclose in quotation marks.
- [-print] prints the matching files and directories with the entire pathname