l43.2c

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2C 代码 · 共 24 行

2C
24
字号
#printThis is trickier.  Change all sequences of severalasterisks into one asterisk.  E.g. *** xxx ****becomes * xxx *The file is named "stars"; edit itand then rewrite it.  Then type "ready".#create Ref   List of phone numbers  * 6377 *  * 4582 *  * 3968 *#create stars   List of phone numbers  ** 6377 ***  **** 4582 ****  * 3968 ***#user#cmp stars Ref#log#next43.2d 5

⌨️ 快捷键说明

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