blob: a7d38d485fb9d04c17eeea024dd7bb56f21056a6 (
plain) (
blame)
1
2
3
4
5
6
|
FileMagic is a Ruby binding to the magic(4) library, which you may
know better as the file(1) command. The file(1) command identifies
the type of a file using, among other tests, a test for whether the
file begins with a certain magic number.
WWW: https://github.com/blackwinter/ruby-filemagic
|