l5.1c
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1C 代码 · 共 27 行
1C
27 行
#printThe "?" may appear anywhere in the name.For example you can type a?bcto match the list of names axbc, aybc, a3bcand so forth.But the number of characters must always agree.How many of the following file namesare matched by "x?xx"? x1xx, y1xx, x1xxa, xxxType "answer N" where N is the number of matching names.You can experiment in the current directory tocheck your answer before typing it.#create x1xx#create x1xxa#create y1xx#create xxx#copyin#user#uncopyin#match 1#log#next5.1d 05.1e 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?