EXTRACT(1) | General Commands Manual | EXTRACT(1) |
extract - determine meta-information about a file
extract [ -bgihLmnvV ] [ -l library ] [ -p type ] [ -x type ] file ...
This manual page documents version 1.0.0 of the extract command.
extract tests each file specified in the argument list in an attempt to infer meta-information from it. Each file is subjected to the meta-data extraction libraries from libextractor.
libextractor classifies meta-information (also referred to as keywords) into types. A list of all types can be obtained with the -L option.
libextractor(3) - description of the libextractor library
$ extract test/test.jpg comment - (C) 2001 by Christian Grothoff, using gimp 1.2 1 mimetype - image/jpeg $ extract -V -x comment test/test.jpg Keywords for file test/test.jpg: mimetype - image/jpeg $ extract -p comment test/test.jpg comment - (C) 2001 by Christian Grothoff, using gimp 1.2 1 $ extract -nV -l png.so -p comment test/test.jpg test/test.png Keywords for file test/test.jpg: Keywords for file test/test.png: comment - Testing keyword extraction
libextractor and the extract tool are released under the GPL. libextractor is a GNU package.
A couple of file-formats (on the order of 10^3) are not recognized...
extract was originally written by Christian Grothoff <christian@grothoff.org> and Vidyut Samanta <vids@cs.ucla.edu>. Use <libextractor@gnu.org> to contact the current maintainer(s).
You can obtain the original author's latest version from http://www.gnu.org/software/libextractor/
August 7, 2012 | libextractor 1.0.0 |