l8.1a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 26 行
1A
26 行
#printSometimes you want to request one of a limitedrange of characters. This is possible with anexpression like [a-d]which matches a, b, c, or d. Thus, to takesome combinations ab[c-f]matches abc, abd, abe, abfTry typing "ls a[0-9]"and see how many files it matches. Type thatnumber in the form "answer N".#create a0#create a1#create a5#create ax#copyin#user#uncopyin#match 3#log#next9.1a 109.2a 4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?