endnote
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 代码 · 共 19 行
TXT
19 行
: endnote - move footnotes to separate fileif test $# -eq 0then echo "Usage: endnote textfile ... moves all footnotes to separate file of endnotes sends text, then endnotes, to standard output" exitfiif test -f endnotesthen echo "endnotes exist - mv or rm before proceeding" exitfiawk -f /usr/lib/ms/end.awk $*cat endnotesrm -f endnotes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?