2 # minimalistic replacement for `run-mailcap --action=cat <file>`
4 if test "$#" != 1 ; then
5 echo "Usage: astextplain <file>" 1>&2
9 # XXX output encoding (UTF-8) hardcoded
11 *.doc |
*.DOC |
*.dot |
*.DOT
)
12 antiword
-m UTF-8
"$1" ||
cat "$1"
18 pdftotext
-layout "$1" -enc UTF-8
-
20 # TODO add rtf support
25 echo "E: unsupported filetype $1" 1>&2