📄 abstract.sum
字号:
#!/bin/sh## Abstract.sum - takes a filename as the first arguement. Assume that# the file contains only an abstract. Uses the first 50 lines of the# file and wraps it into the SOIF attribute "Abstract"## Usage: Abstract.sum filename#head -50 "$1" | wrapit "Abstract"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -