find - name "*filename*" -> to find in this folder type '.' the '*' in the filename means each wildcard, any string <<< examples >>>: find . -name "*.txt" find . -name "goku.*"