l9.1a

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

1A
37
字号
#printThe patterns for selecting file names that have been discussedcan be used with other commands than "ls".  For example,they can be used with the "cat" command to print files.It is common for a memo stored in severalfiles to use files named "part1", "part2", etc.so that commands like  cat part*will print everything.In this directory there are severalshort files named "sec0", "sec1", "sec3",and so forth.There are various names of animals in the files;find out the largest animal named in the filesand type "answer NAME" where NAME is that animal.#create sec0dog mouse cat #create sec1rabbit weaselpig hamster#create sec2this file doesn't happento have any animal names in it.#create sec3fox elephant sheepduck  rat#create sec4groundhog bobcatmole  beaver#copyin #user#uncopyin#match elephant#log#next10.1a 10

⌨️ 快捷键说明

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