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

📄 append.sh

📁 早期freebsd实现
💻 SH
字号:
: append editor for mh -- /jlr and bdcase $# in1)	msg=$1; echo -n 'Append file(s):  ' 1>&2; read appendix;;2)	msg=$2; appendix=$1;;*)	echo 1>&2 "Usage:  `basename $0` [file]"; exit 1;;esacfor arg in $appendixdo	if [ -f $arg -a -r $arg ]	# exists; non-directory; readable	then		echo 1>&2 \"$arg\" 	# yell the file name out		cat </dev/null $arg >>$msg	else		echo 1>&2 "`basename $0` $arg:  Sorry."	fidone

⌨️ 快捷键说明

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