mif.sum

来自「harvest是一个下载html网页得机器人」· SUM 代码 · 共 32 行

SUM
32
字号
#!/bin/sh# MIF.sum## D. Wessels 3/13/95tmp=$TMPDIR/rbow$$# Note, we have to do bizarre redirections because# rbmaker prints a heading to stdout which confuses# essence.  We could redirect everything from# rbmaker to /dev/null, but we do want to see important# errors.# Convert the MIF into Rainbow compliant SGML#$HARVEST_HOME/lib/gatherer/rbmaker \  -in $1 \  -out $tmp \  -figdir  $TMPDIR \  -datadir $HARVEST_HOME/lib/gatherer/rbmaker.dat \  -tempdir $TMPDIR \  2>&1 1>/dev/null  | grep -v '% completed' 1>&2# cleanup garbage#rm -f graph???.eqn graf????.pct# Run the SGML summarizer with the Rainbow DTD#SGML.sum Rainbow $tmp && unlink $tmp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?