man estfind (Commandes) - locate files under a directory and output TSV of paths and media types.

NAME

estfind - locate files under a directory and output TSV of paths and media types.

SYNOPSIS

estfind [options] directory [iregex mime] ...

DESCRIPTION

This manual page documents briefly the estfind commands.

estfind is a program that locate files under a directory and output TSV of paths and media types. directory specifies the directory of starting point. iregex specifies regular expressions for file names. mime specifies a mime type corresponding to the regular expressions.

OPTIONS

A summary of options is included below. For a complete description, see the /usr/share/doc/estraier/spex.html

-html
a shortcut for ".*.htm)?" "text/html".
-text
a shortcut for ".*.tasc)" "text/plain".
-pdf
a shortcut for ".*.pdf" "application/pdf".
-doc
a shortcut for ".*.doc" "application/msword".
-xls
a shortcut for ".*.xls" "application/vnd.ms-excel".
-ppt
a shortcut for ".*.ppt" "application/vnd.ms-powerpoint".
-xdw
a shortcut for ".*.xdw" "application/vnd.fujixerox.docuworks".
-man
a shortcut for ".*.[0-9]" "application/x-troff-man".
-magic
It specifies to use "file" to determine mime type as last resort.

EXAMPLES

For examle, the following registers files of PDF, MS-Word, and MS-Excel at the same time.

estfind -pdf -doc -xls . | estindex register -xtype application/pdf estpdfhtml -xtype application/msword estdochtml -xtype application/vnd.ms-excel estxlshtml -list - casket

SEE ALSO

AUTHOR

estraier was written by Mikio Hirabayashi <mikio at users.sourceforge.net>.

This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for the Debian project (but may be used by others).