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

📄 genstr

📁 aee是一种易使用的文本编辑器。你可以不用说明书来使用它。它提供终端接口和本地的X-windows接口。它的特性包括即弹的菜单
💻
字号:
#!/bin/shset -xif [ $# -lt 2 ]then	echo usage $0 source_file dest_file 	exit 1fitrap 'rm -f /tmp/$$.out; exit 0' 0           # set up traps to clean uptrap 'rm -f /tmp/$$.out; exit 1' 1 2 3 15    # on errors AND normal exitif [ -f $2 ]then	rm $2ficat $1 | grep 'catgetlocal.*\"*\"' | 	sed -e 's/^.*catgetlocal(//' | 	sed -e 's/^[ 	]*//'	|	sed -e 's/, \"/ \"/'	|	sed -e 's/);//' > /tmp/$$.outcat > $2 <<EOF\$ \$ \$set 1\$quote "EOFsort -n < /tmp/$$.out >> $2

⌨️ 快捷键说明

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