📄 html.sum
字号:
#!/bin/sh## HTML.sum - Uses either the lax or the SGML summarizer to summarize HTML## Choose one of the following summarizers.## To use SGML summarizer, uncomment this.## exec SGML.sum HTML $*## To use the less-strict HTML summarizer, uncomment the line below.#exec HTML-lax.sum --body-text $*## To use the Perl HTML summarizer uncomment the following line.# You have to have Perl 5 and the HTMLParse module.## exec HTML-sum.pl $*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -