l34.2a

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

2A
16
字号
#printYou can also specify "all characters except ..."using an expression of the form [^ab]which means "any character except the letters 'a' or 'b'.This is just like filename patterns again.  Does  [^abc]match the letter 'a'? Answer "yes" or "no".#copyin#user#uncopyin#match no#log#next34.2b 5

⌨️ 快捷键说明

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