⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mif.sum

📁 harvest是一个下载html网页得机器人
💻 SUM
字号:
#!/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -