search for: decode2texh

Displaying 1 result from an estimated 1 matches for "decode2texh".

Did you mean: decode2text
2013 Jan 29
1
decode2text.sh
...repeated values for pdf, ppt, etc, so you should only match the pattern once by adding -m1 - ?The layout of "$formats" has the file extension in the second "column", so the "start of line"(^) match doesn't work as is. Original problem line (from ./src/plugins/fts/decode2texh.sh): ? ?fmt=`echo "$formats" | grep -w "^$content_type" | cut -d ' ' -f 2` Here are two options that appear to solve the problem. ?The first option is probably preferred, since it matches exactly the extension to the second "column". 1) switch the order of com...