l0.1b

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

1B
29
字号
#printYou should also understand a few simple commands.When UNIX types a "%" at you, you can type a command.For example, if you type "date" the computer will tellyou the current date and time. If you see "%" and type "who",UNIX will tell you who is logged on at present.  There aremany other commands, too.  You must type a RETURN at theend of each command line.Try the "date" command now: find out whatdate it is, and after the computer has responded, type "ready".And don't forget the RETURN!#copyin#user#uncopyingrep date .copy >/dev/null#bad dayYou were supposed to type "date" (without quotes).The computer is very intolerant of spelling errors.Try again.#bad "date"Don't type those quote marks. Try again.#bad timeThe time command does not tell you the wall-clock time.Try date next time.#log#next0.1c 5

⌨️ 快捷键说明

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