file-formula

Determine file types by examining contents and magic numbers

brewmacoslinux
Try with needOr install directly
Source

About

Utility to determine file types

Commands

file

Examples

Identify the type of a single file$ file document.pdf
Check file types for multiple files$ file * | grep -i image
Display detailed MIME type information$ file -i archive.tar.gz