l6.2a

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

2A
35
字号
#printSince the '?' character only matches singlecharacters in file names, it is not useful forquestions like "how many files have names whichbegin with the letter g?"  There is another character  *which can be used in patterns for file namesand matches any number of any kind of characters.So  g*selects all file names beginning with g, and  *qselects all file names which end in q.  Try  ls *qHow many files match?Compare with an ordinary  lsif you like.  Type "answer N" eventually whereN is the number of files whose names end in "q".#create abcq#create abcqdef#create memoq#create memoq#create memoq#create q#create q53q#copyin#user#uncopyin#match 4#log#next6.2b 86.1a 1

⌨️ 快捷键说明

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