l8.2c

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

2C
28
字号
#printAs an example more complicated than you willprobably ever need, consider  ?[a-c]*which matches what?  Well the first charactercan be anything; the second must be a, b, or c; andnothing matters thereafter.    So it matches aaa abc xa 3c25but not a ghiand so forth.Will it match %a25Try some experiments, then type yes or no.#create %a25#copyin#user#uncopyin#match yes#log#next9.1a 109.2a 4

⌨️ 快捷键说明

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