The find Command
The find command can be used for searching all files within a directory hierarchy. It checks each expression from left to right, trying to match it with the names in the present directory. If it finds a match, it displays it, else the result is false and it goes to the next filename. This command finds out files with all the approximate names as well.