Hacker News new | ask | show | jobs
by comboy 856 days ago
Many commenters seem to be using magic instead of file, any reasons?
1 comments

magic is the core detection logic of file that was extracted out to be available as a library. So these days file is just a higher level wrapper around magic
thanks