[mew-dist 24287] Re: xlhtml の実行にフィルター

KOIE Hidetaka ( 鯉江英隆 ) hide at example.com
2003年 12月 25日 (木) 13:02:38 JST


  Message-Id: <20031225.124941.74745749.dev at example.com>
  Date:       Thu, 25 Dec 2003 12:49:41 +0900 (JST)
  From:       dev at example.com
  Subject:    [mew-dist 24286] Re: xlhtml の実行にフィルター

  | > > xlhtml や wvHtml の実行出力を以下のようにしたいのですが可能でしょうか?
  | > > 
  | > > % xlhtml | nkf -e
  | 
  | 簡単に希望のことができるなら教えて下さい。

xlhtmlを直接呼ぶ代りに
    #!/bin/sh
    xlhtml "$@" | nkf -e
というシェルスクリプトを呼び出すようにする、でどうでしょう。

--
鯉江



Mew-dist メーリングリストの案内