keyword (wildcards); *keyword or keyword*
Find only files.
Usage: *keyword or keyword*
This method ONLY works on file names, folders and paths are not searched.
Finds files that start with (when the * is at the end) or end with (when the * is at the beginning) a specific set of characters.
To find all the graphic files that start with paul.
 paul* #GFX
To find all the JPEG files that end with Dubai.
 *dubai.jpg