This is a project which is used to check the type of file in given folder!
java Main folderName patterns.db
This command tells the type of all the files present in "folderName" folder by checkking the specific patterns in file and comparing it with the patterns.db file where all the data related to file type is present.