What commands would I use to detect file and creator types
under OS X? I know for OS X apps, you can just look inside
pkgInfo, and the same information is in an XML file under
another folder in the same package, but how do you parse regular
files' metadata from w/in OS X?
Thanks