l0.1c

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

1C
28
字号
#printThe computer keeps track of information in "files."A file might contain a letter to a friend,or a memo (or part of it) that you are typing,or any number of other things.You can list the names of your filesby typing the command "ls".Try "ls" now; then type "ready".Remember that each command must go on a separate lineand each line must be ended with RETURN.#create letterDear John: I'm terribly sorry...#create memoThis is a memo.#create memo1Another memo.#copyin#user#uncopyingrep '^ls' .copy >/dev/null#bad "ls"Don't type the quotes, please. Try again.#log#next0.1d 10

⌨️ 快捷键说明

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