Y
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
e1g
856 days ago
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
link
comboy
856 days ago
thanks
link